Field Property of the DataSetTableRecord Object
Specifies the value of a field in the record.
Syntax
Visual Basic .NET
Property Field(Name As String) As String
C++
HRESULT get_Field( BSTR Name, BSTR* Result ); HRESULT put_Field( BSTR Name, BSTR Value );
Parameters
- Name
- [in] This parameter specifies the name (i.e. title) of the field.
- Result
- [out, retval] A pointer to a string variable that receives the value of the field. Must not be NULL.
- Value
- [in] A string variable which contains the new value of the field.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM