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

DataSetTableRecord

Working with Properties

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.