Data.DBXMetaDataReader.TDBXCustomMetaDataTable.GetWritableValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

Description

Getter of Value.

Data.DBXMetaDataReader.TDBXCustomMetaDataTable.GetWritableValue inherits from Data.DBXCommon.TDBXWritableValueList.GetWritableValue. All content below this line refers to Data.DBXCommon.TDBXWritableValueList.GetWritableValue.

Getter of Value.

See Also