Data.DBXMemoryRow.TDBXMemoryRow.GetDBXReader

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure GetDBXReader(DbxValue: TDBXReaderValue; var Value: TDBXReader; var IsNull: LongBool); override;

C++

virtual void __fastcall GetDBXReader(Data::Dbxcommon::TDBXReaderValue* DbxValue, Data::Dbxcommon::TDBXReader* &Value, System::LongBool &IsNull);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

説明

dbExpress 一方向リーダーを、TDBXReader データ型から取得します。

GetDBXReader は、TDBXReader として格納されているデータ型の dbExpress 一方向リーダーを、TDBXMemoryRow インスタンスから取得します。

関連項目