Data.DBXCommonTable.TDBXReaderTable.GetWritableValue
Delphi
function GetWritableValue(const Ordinal: Integer): TDBXWritableValue; override;
C++
virtual Data::Dbxcommon::TDBXWritableValue* __fastcall GetWritableValue(const int Ordinal);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp |
Data.DBXCommonTable | TDBXReaderTable |
Description
Returns the instance of TDBXValue at the specified position.
The GetWritableValue method is the protected getter implementation for the Value property.
GetWritableValue returns the instance of TDBXValue at the Ordinal
position.