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 LongDLL
int DLFormFieldHasParent(int InstanceID, int Index);Parameters
| Index | The index of the form field. The first field has an index of 1. |
|---|