Data.DBXMetaDataReader.TDBXDataTypeCursor.GetWritableValue

From RAD Studio API Documentation
Revision as of 02:49, 8 October 2011 by PyBot (talk | contribs) (Created page with '{{#lst:API:Data.DBXMetaDataReader.TDBXDataTypeCursor.GetWritableValue|api}} ==Description== {{#lsth:API:Data.DBXMetaDataReader.TDBXDataTypeCursor.GetWritableValue|Description}}')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Data.DBXMetaDataReader TDBXDataTypeCursor

Description

Getter of Value.

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

Getter of Value.

See Also