GetFormFieldChildTitle
Form fields
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 TPDFlib.GetFormFieldChildTitle(Index: Integer): WideString;ActiveX
Function PDFlib::GetFormFieldChildTitle(Index As Long) As StringDLL
wchar_t * DLGetFormFieldChildTitle(int InstanceID, int Index);Parameters
| Index | The index of the form field to retrieve the title of |
|---|