THotPDF.SetFormFieldLostFocusAction Method
Methodeoverzicht: THotPDF.SetFormFieldLostFocusAction Method
Declaratie
procedure SetFormFieldLostFocusAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
Eenheid
HPDFDoc
Parameters
| Naam | Doel |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
Retourwaarde
Geeft geen waarde terug
Gebruiksaantekeningen
- Create the action with THPDFActionBuilder before assigning it to the field
- Call this before finalising the document or saving the loaded document changes
Gerelateerde API's
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents