THotPDF.SetFormFieldMouseEnterAction Method
Resumo do método: THotPDF.SetFormFieldMouseEnterAction Method
Declaração
procedure SetFormFieldMouseEnterAction(const FieldName: AnsiString; Action: THPDFActionBuilder);
Unidade
HPDFDoc
Parâmetros
| Nome | Finalidade |
|---|---|
FieldName | Name of the target form field |
Action | Action builder that defines the action to run |
Valor de retorno
Não retorna nenhum 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