PDFium Component Docs

OnFormFieldEnter-ominaisuus

Component: TPdf  ·  Unit: PDFium
Fired when the form-fill engine gains focus on a form field.

Syntax

property OnFormFieldEnter;

Description

Fired when the form-fill engine gains focus on a form field.

Use to highlight the field in your own UI or to log form interaction analytics.

Käärii vastaavan PDFium-API:n ja altistaa sen TPdf-instanssin jäsenenä, joten kuluttajien ei tarvitse hallita FPDF_DOCUMENT-kahvoja suoraan

Remarks

Example

procedure TForm1.PdfOnFormFieldEnter(Sender: TObject);
begin
  // react to OnFormFieldEnter
end;

See Also

OnFormFieldExit, FormFieldInfo, FormFill