GetXFAFormFieldName
Form fields
Description
Returns the name of the specified form field.
Syntax
Delphi
function TPDFlib.GetXFAFormFieldName(Index: Integer): WideString;ActiveX
Function PDFlib::GetXFAFormFieldName(Index As Long) As StringDLL
wchar_t * DLGetXFAFormFieldName(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. |
|---|