Datasnap.Win.MConnect.TSharedConnection.ChildName

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

Delphi

property ChildName: string read FChildName write FChildName;

C++

__property System::UnicodeString ChildName = {read=FChildName, write=FChildName};

プロパティ

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

説明

通信先とするアプリケーションサーバー上の子リモートデータモジュールを識別します。

ChildName プロパティは,目的の子リモートデータモジュールのインターフェースをエクスポーズする,アプリケーションサーバーのメインリモートデータモジュールのプロパティ名に設定します。TSharedConnection はこのプロパティを使って子リモートデータモジュールのインターフェースを取得し,これを AppServer プロパティの値として設定します。

関連項目