GetXFAFormFieldNames
Version history
This function was introduced in Quick PDF Library version 7.14.
Description
Returns a list of the names of the XFA form fields separated by the specified delimiter.
Syntax
Delphi
function TQuickPDF0813.GetXFAFormFieldNames(Delimiter: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetXFAFormFieldNames(Delimiter As String) As String
DLL
wchar_t * QuickPDFGetXFAFormFieldNames(int InstanceID, wchar_t * Delimiter)
Parameters
| Delimiter | The delimiter to use to separate the XFA form field names. |