PDFium Component Docs

SetFormFieldFlagsAt method

Component: TPdf  ·  Unit: PDFium
Sets the Flags bit field on the form field at the given coordinates.

Syntax

procedure SetFormFieldFlagsAt(X, Y: Single; const Flags: TPdfFormFieldFlags);

Description

Sets the Flags bit field on the form field at the given coordinates.

Use to toggle ReadOnly, Required, Multiline, Password, etc. without re-acquiring the index.

API مربوطهٔ PDFium را در بر می‌گیرد و به‌عنوان یک عضو نمونهٔ TPdf در دسترس قرار می‌دهد تا مصرف‌کنندگان نیازی به مدیریت مستقیم هندل‌های FPDF_DOCUMENT نداشته باشند

Remarks

Example

if Pdf1.Active then
  Pdf1.SetFormFieldFlagsAt;

See Also

FormFieldInfoAt, FormFieldAt