THotPDF.SetFormFieldLostFocusAction Method
Сводка метода: THotPDF.SetFormFieldLostFocusAction Method
Объявление
procedure SetFormFieldLostFocusAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
Модуль
HPDFDoc
Параметры
| Имя | Назначение |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
Возвращаемое значение
Не возвращает значение
Примечания по использованию
- Create the action with THPDFActionBuilder before assigning it to the field
- Call this before finalising the document or saving the loaded document changes
Связанные API
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents