THotPDF.SetFormFieldLostFocusAction Method
Ringkasan metode: THotPDF.SetFormFieldLostFocusAction Method
Deklarasi
procedure SetFormFieldLostFocusAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
Unit
HPDFDoc
Parameter
| Nama | Tujuan |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
Nilai balik
Tidak mengembalikan nilai
Catatan penggunaan
- Create the action with THPDFActionBuilder before assigning it to the field
- Call this before finalising the document or saving the loaded document changes
API terkait
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents