Data.DBXCommonTable.TDBXReaderTable.GetWritableValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXReaderTable

Delphi

function GetWritableValue(const Ordinal: Integer): TDBXWritableValue; override;

C++

virtual Data::Dbxcommon::TDBXWritableValue* __fastcall GetWritableValue(const int Ordinal);

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.

See Also