Datasnap.Win.SConnect.TStreamedConnection.Interpreter

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

Delphi

property Interpreter: TCustomDataBlockInterpreter read GetInterpreter;

C++

__property TCustomDataBlockInterpreter* Interpreter = {read=GetInterpreter};

プロパティ

種類 可視性 ソース ユニット
property protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TStreamedConnection

説明

ストリーム化された接続のインターフェース呼び出しをマーシャル処理するヘルパーオブジェクトへのアクセスを可能にします。

ストリーム接続コンポーネントは,内部的にデータブロックインタープリタを使ってマーシャル処理のサポートを提供します。

関連項目