GetXFAFormFieldName
Version history
This function was introduced in Quick PDF Library version 7.14.
Description
Returns the name of the specified form field.
Syntax
Delphi
function TQuickPDF0813.GetXFAFormFieldName(Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetXFAFormFieldName(Index As Long) As String
DLL
wchar_t * QuickPDFGetXFAFormFieldName(int InstanceID, int Index)
Parameters
| Index | The index of the XFA form field. The first XFA form field has an index of 1 and the last XFA form field has a value as returned by the GetXFAFormFieldCount function. |