Data.DBXCommon.TDBXReader.Value

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXReader

Delphi

property Value[const Ordinal: TInt32]: TDBXValue read GetValue; default;
property Value[const Name: string]: TDBXValue read GetValueByName; default;

C++

__property TDBXValue* Value[const Data::Dbxplatform::TInt32 Ordinal] = {read=GetValue/*, default*/};

Description

Instance of TDBXValueat Ordinal position.

This property holds an instance of TDBXValue for the Ordinal position in the current row.

See Also