API:Datasnap.Win.MConnect.TDispatchConnection.GetServerList
Delphi
function GetServerList: OleVariant; override;
C++
virtual System::OleVariant __fastcall GetServerList();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Datasnap.Win.MConnect.pas Datasnap.Win.MConnect.hpp |
Datasnap.Win.MConnect | TDispatchConnection |
説明
コンポーネントが接続できるアプリケーションサーバー(リモートデータモジュール)のリストを返します。
Datasnap.Win.MConnect.TDispatchConnection.GetServerList は Datasnap.DBClient.TCustomRemoteServer.GetServerList を継承しています。以下の内容はすべて Datasnap.DBClient.TCustomRemoteServer.GetServerList を参照しています。
コンポーネントが接続できるアプリケーションサーバー(リモートデータモジュール)のリストを返します。
接続コンポーネントは,GetServerList メソッドを内部的に使用して,ServerName プロパティの Object Inspector 内にドロップダウンリストを作成します。
TCustomRemoteServer では,GetServerList は常に NULL を返します。下位クラスは,このメソッドをオーバーライドして,ローカルマシン上のアプリケーションサーバー,システムレジストリに登録されているアプリケーションサーバー(TDispatchConnection),またはサーバーマシンからフェッチされたアプリケーションサーバー(TStreamedConnection)のリストを返します。