THotPDF.SetFormFieldAnnotationAction Method
Metódus összefoglaló: THotPDF.SetFormFieldAnnotationAction Method
Deklaráció
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
Egység
HPDFDoc
Paraméterek
| Név | Cél |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
Visszatérési érték
Nem ad vissza értéket
Használati megjegyzések
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
Kapcsolódó API-k
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents