THotPDF.SetFormFieldCalculateAction Method
Method summary: THotPDF.SetFormFieldCalculateAction Method
Declaration
procedure SetFormFieldCalculateAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
Return value
Returns no value
Usage notes
- Create the action with THPDFActionBuilder before assigning it to the field
- Call this before finalising the document or saving the loaded document changes
Related APIs
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents