API:Datasnap.Win.SConnect.TDataBlockInterpreter

提供:RAD Studio API Documentation

TDataBlockInterpreterDatasnap.Win.SConnect.TCustomDataBlockInterpreterSystem.TObject

Delphi

TDataBlockInterpreter = class(TCustomDataBlockInterpreter)

C++

class PASCALIMPLEMENTATION TDataBlockInterpreter : public TCustomDataBlockInterpreter

プロパティ

種類 可視性 ソース ユニット
class public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect Datasnap.Win.SConnect

説明

TCustomDataBlockInterpreter は,ストリーム接続コンポーネントに対する COM インターフェース呼び出しをマーシャリングします。 Datasnap.Win.SConnect.TDataBlockInterpreter は Datasnap.Win.SConnect.TCustomDataBlockInterpreter を継承しています。以下の内容はすべて Datasnap.Win.SConnect.TCustomDataBlockInterpreter を参照しています。

TCustomDataBlockInterpreter は,ストリーム接続コンポーネントに対する COM インターフェース呼び出しをマーシャリングします。

TCustomDataBlockInterpreter クラスは,多層データベースアプリケーションで,クライアントアプリケーションとアプリケーションサーバーの間で渡されるメッセージのマーシャルに必要なメソッドを導入します。

ストリーム接続コンポーネントは,データブロックインタープリタを使用して,アプリケーションサーバーとやり取りするメッセージをマーシャルします。IDataBlock インターフェースをサポートするオブジェクトはメッセージ自体を格納します。

関連項目