THotPDF.SetFormFieldAnnotationAction Method
Metodsammanfattning: THotPDF.SetFormFieldAnnotationAction Method
Deklaration
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
Enhet
HPDFDoc
Parametrar
| Namn | Syfte |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
Returvärde
Returnerar inget värde
Användningsanteckningar
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
Relaterade API:er
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents