GetFormFieldChildTitle
Description
Form fields can be arranged in a hierarchical structure, and the title of the form field will be the full path to the field, for example "names.first" or "address.zipcode". This function will return only the last part of the title, "first" or "zipcode" in this example.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldChildTitle(Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldChildTitle(Index As Long) As String
DLL
wchar_t * QuickPDFGetFormFieldChildTitle(int InstanceID, int Index)
Parameters
| Index | The index of the form field to retrieve the title of |