GetFormFieldTitle
Description
Returns the title of the specified form field.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldTitle(Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldTitle(Index As Long) As String
DLL
wchar_t * QuickPDFGetFormFieldTitle(int InstanceID, int Index)
Parameters
| Index | The index of the required form field. The first form field has an index of 1. |