THotPDF.SetFormFieldAnnotationAction Method
Ringkasan metode: THotPDF.SetFormFieldAnnotationAction Method
Deklarasi
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
Unit
HPDFDoc
Parameter
| Nama | Tujuan |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
Nilai balik
Tidak mengembalikan nilai
Catatan penggunaan
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
API terkait
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents