THotPDF.SetFormFieldLostFocusAction Method
Souhrn metody: THotPDF.SetFormFieldLostFocusAction Method
Deklarace
procedure SetFormFieldLostFocusAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
Jednotka
HPDFDoc
Parametry
| Název | Účel |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
Návratová hodnota
Tento člen nevrací žádnou hodnotu
Poznámky k použití
- Create the action with THPDFActionBuilder before assigning it to the field
- Call this before finalising the document or saving the loaded document changes
Související API
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents