Data.DBXMemoryRow.TDBXMemoryRow.GetStream

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

Delphi

procedure GetStream(DbxValue: TDBXStreamValue; var Stream: TStream;  var IsNull: LongBool); overload; override;

C++

virtual void __fastcall GetStream(Data::Dbxcommon::TDBXStreamValue* DbxValue, System::Classes::TStream* &Stream, System::LongBool &IsNull)/* overload */;
inline void __fastcall  GetStream(Data::Dbxcommon::TDBXWideStringValue* DbxValue, System::Classes::TStream* &Stream, System::LongBool &IsNull){ Data::Dbxcommon::TDBXRow::GetStream(DbxValue, Stream, IsNull); }
inline void __fastcall  GetStream(Data::Dbxcommon::TDBXAnsiStringValue* DbxValue, System::Classes::TStream* &Stream, System::LongBool &IsNull){ Data::Dbxcommon::TDBXRow::GetStream(DbxValue, Stream, IsNull); }

プロパティ

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

説明

TDBXStreamReader データ型から、ストリーム リーダーを取得します。

GetStream は、TDBXStreamReader として格納されているデータ型のストリーム リーダーを、TDBXMemoryRow インスタンスから取得します。

関連項目