THotPDF.SetFormFieldAnnotationAction Method
Podsumowanie metody: THotPDF.SetFormFieldAnnotationAction Method
Deklaracja
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
Jednostka
HPDFDoc
Parametry
| Nazwa | Przeznaczenie |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
Wartość zwracana
Nie zwraca wartości
Uwagi dotyczące użycia
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
Powiązane API
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents