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 String

DLL

wchar_t * DLGetXFAFormFieldName(int InstanceID, int Index);

Parameters

IndexThe 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.