FormFieldHasParent
Form fields
Description
This function returns 1 if the specified form field is the child of another field.
Syntax
Delphi
Function TPDFlib.FormFieldHasParent(Index: Integer): Integer;
ActiveX
Function PDFlib::FormFieldHasParent(Index As Long) As Long
DLL
int DLFormFieldHasParent(int InstanceID, int Index);
Parameters
| Index | The index of the form field. The first field has an index of 1. |
|---|