Data.DBXCommon.TDBXReader.Value
Delphi
property Value[const Ordinal: TInt32]: TDBXValue read GetValue; default;
property Value[const Name: string]: TDBXValue read GetValueByName; default;
C++
__property TDBXValue* Value[const int Ordinal] = {read=GetValue/*, default*/};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXReader |
Description
Instance of TDBXValueat Ordinal position.
This property holds an instance of TDBXValue for the Ordinal position in the current row.