GetXFAFormFieldNames

Form fields

Description

Returns a list of the names of the XFA form fields separated by the specified delimiter.

Syntax

Delphi

function TPDFlib.GetXFAFormFieldNames(Const Delimiter: WideString): WideString;

ActiveX

Function PDFlib::GetXFAFormFieldNames(Delimiter As String) As String

DLL

wchar_t * DLGetXFAFormFieldNames(int InstanceID, wchar_t * Delimiter);

Parameters

DelimiterThe delimiter to use to separate the XFA form field names.