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 StringDLL
wchar_t * DLGetXFAFormFieldNames(int InstanceID, wchar_t * Delimiter);Parameters
| Delimiter | The delimiter to use to separate the XFA form field names. |
|---|