THotPDF.SetFormFieldSetFocusAction Method
Resumen del método: THotPDF.SetFormFieldSetFocusAction Method
Declaración
procedure SetFormFieldSetFocusAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
Unidad
HPDFDoc
Parámetros
| Nombre | Propósito |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
Valor de retorno
No devuelve ningún valor
Notas de uso
- Create the action with THPDFActionBuilder before assigning it to the field
- Call this before finalising the document or saving the loaded document changes
APIs relacionadas
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents