THotPDF.SetFormFieldValidateAction Method
方法摘要: THotPDF.SetFormFieldValidateAction Method
宣告
procedure SetFormFieldValidateAction(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