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 String

DLL

wchar_t * DLGetXFAFormFieldValue(int InstanceID, wchar_t * XFAFieldName);

Parameters

XFAFieldNameThe name of the XFA field to work with.