PDFium Component Docs

OnFormFieldExit property

Component: TPdf  ·  Unit: PDFium
Pokreće se kada mehanizam za ispunjavanje obrazaca izgubi fokus na polju obrasca

Syntax

property OnFormFieldExit;

Description

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

Use to commit derived data, clear highlights, or validate the field value.

Omotava odgovarajući PDFium API i izlaže ga kao član instance TPdf tako da korisnici ne moraju izravno upravljati FPDF_DOCUMENT ručkama.

Remarks

Example

procedure TForm1.PdfOnFormFieldExit(Sender: TObject);
begin
  // react to OnFormFieldExit
end;

See Also

OnFormFieldEnter, FormFieldInfo, FormFill