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