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
| Index | The index of the form field. The first field has an index of 1. |
|---|