FormFieldHasParent
Description
This function returns 1 if the specified form field is the child of another field.
Syntax
Delphi
function TQuickPDF0813.FormFieldHasParent(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::FormFieldHasParent(Index As Long) As Long
DLL
int QuickPDFFormFieldHasParent(int InstanceID, int Index)
Parameters
| Index | The index of the form field. The first field has an index of 1. |