Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.TDBXMySqlColumnsTableCursor.GetWritableValue

From RAD Studio API Documentation
Jump to: navigation, search

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.DBXMySqlMetaDataReader.pas
Data.DBXMySqlMetaDataReader.hpp
Data.DBXMySqlMetaDataReader TDBXMySqlColumnsTableCursor

Description


Returns the row as a Data.DBXCommon.TDBXWritableValue.

Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.TDBXMySqlColumnsTableCursor.GetWritableValue inherits from Data.DBXCommonTable.TDBXDelegateTable.GetWritableValue. All content below this line refers to Data.DBXCommonTable.TDBXDelegateTable.GetWritableValue.

Returns the row as a Data.DBXCommon.TDBXWritableValue.

GetWritableValue returns the row at the Ordinal position in the table as a Data.DBXCommon.TDBXWritableValue.

See Also