GetFormFieldFlags
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 TQuickPDF0813.GetFormFieldFlags(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldFlags(Index As Long) As Long
DLL
int QuickPDFGetFormFieldFlags(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 |