Datasnap.Win.MConnect.TSharedConnection.ParentConnection

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

Delphi

property ParentConnection: TDispatchConnection read FParentConnection write SetParentConnection;

C++

__property TDispatchConnection* ParentConnection = {read=FParentConnection, write=SetParentConnection};

プロパティ

種類 可視性 ソース ユニット
property published
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect TSharedConnection

説明

アプリケーションサーバー上のメインリモートデータモジュールへの接続を確立する,接続コンポーネントを指定します。

ParentConnection プロパティは,アプリケーションサーバー上のメインリモートデータモジュールに接続する,接続コンポーネントに設定します。TSharedConnection はこのコンポーネントの接続を使用して,子リモートデータモジュールと通信します。

ParentConnection の通信先となるメインリモートデータモジュールは,子リモートデータモジュールのインターフェースを,IAppServer インターフェース上のプロパティとしてエクスポーズする必要があります。

関連項目