THotPDF.SetFormFieldLostFocusAction Method
Metodesammendrag: THotPDF.SetFormFieldLostFocusAction Method
Deklarasjon
procedure SetFormFieldLostFocusAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
Enhet
HPDFDoc
Parametere
| Navn | Formål |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
Returverdi
Returnerer ingen verdi
Bruksnotater
- Create the action with THPDFActionBuilder before assigning it to the field
- Call this before finalising the document or saving the loaded document changes
Relaterte API-er
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents