THotPDF.SetFormFieldAnnotationAction Method
Résumé de la méthode: THotPDF.SetFormFieldAnnotationAction Method
Déclaration
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
Unité
HPDFDoc
Paramètres
| Nom | Objectif |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
Valeur de retour
Ne renvoie aucune valeur
Notes d'utilisation
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
API associées
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents