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 LongDLL
int DLGetFormFieldFlags(int InstanceID, int Index);Parameters
| Index | The index of the form field |
|---|
Return values
| 0 | Cannot find the form field |
|---|---|
| Non-zero | The flags for the specified form field |