GetFormFieldFlags

Form fields

Description

Retrieves a form field's flags. This setting is for advanced purposes and most users will not need to use it.

Syntax

Delphi

function TPDFlib.GetFormFieldFlags(Index: Integer): Integer;

ActiveX

Function PDFlib::GetFormFieldFlags(Index As Long) As Long

DLL

int DLGetFormFieldFlags(int InstanceID, int Index);

Parameters

IndexThe index of the form field

Return values

0Cannot find the form field
Non-zeroThe flags for the specified form field