THotPDF.SetFormFieldKeyStrokeAction Method
Methodenzusammenfassung: THotPDF.SetFormFieldKeyStrokeAction Method
Deklaration
procedure SetFormFieldKeyStrokeAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
Unit
HPDFDoc
Parameter
| Name | Zweck |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
Rückgabewert
Kein Rückgabewert
Verwendungshinweise
- Create the action with THPDFActionBuilder before assigning it to the field
- Call this before finalising the document or saving the loaded document changes
Verwandte APIs
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents