Data.DBXCommonTable.TDBXTableReader.GetValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTableReader |
Delphi
function GetValue(const Ordinal: Integer): TDBXValue; override;
C++
virtual Data::Dbxcommon::TDBXValue* __fastcall GetValue(const int Ordinal);
Description
Returns the TDBXValue for the given index.
The GetValue method is used to return the TDBXValue for the given index specified through the Ordinal
parameter.