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

IndexThe index of the form field. The first field has an index of 1.