GetXFAFormFieldValue
Form fields
Description
Returns the value of the specified XFA form field.
Syntax
Delphi
function TPDFlib.GetXFAFormFieldValue(Const XFAFieldName: WideString): WideString;ActiveX
Function PDFlib::GetXFAFormFieldValue(XFAFieldName As String) As StringDLL
wchar_t * DLGetXFAFormFieldValue(int InstanceID, wchar_t * XFAFieldName);Parameters
| XFAFieldName | The name of the XFA field to work with. |
|---|