GetFormFieldKidCount
Description
Returns the number of children fields that the specified field has.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldKidCount(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldKidCount(Index As Long) As Long
DLL
int QuickPDFGetFormFieldKidCount(int InstanceID, int Index)
Parameters
| Index | The index of the form field. The first field has an index of 1. |