GetFormFieldKidCount

Form fields

Description

Returns the number of children fields that the specified field has.

Syntax

Delphi

function TPDFlib.GetFormFieldKidCount(Index: Integer): Integer;

ActiveX

Function PDFlib::GetFormFieldKidCount(Index As Long) As Long

DLL

int DLGetFormFieldKidCount(int InstanceID, int Index);

Parameters

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