وثائق PDFiumVCL

OnFormFieldEnter property

يحافظ إدخال API هذا على المعرّفات والتواقيع وكتل الكود ومصطلحات PDF بصيغتها الأصلية.
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.

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

Remarks

Example

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

See Also

OnFormFieldExit, FormFieldInfo, FormFill