THotPDF.SetFormFieldAnnotationAction Method
Riepilogo del metodo: THotPDF.SetFormFieldAnnotationAction Method
Dichiarazione
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
UnitÃ
HPDFDoc
Parametri
| Nome | Scopo |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
Valore restituito
Non restituisce alcun valore
Note d'uso
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
API correlate
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents