Datasnap.DBClient.TCustomRemoteServer.GetServer

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

Delphi

function GetServer: IAppServer; virtual;

C++

virtual Datasnap::Midas::_di_IAppServer __fastcall GetServer();

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomRemoteServer

説明

アプリケーションサーバーの IAppServer インターフェースを返します。

下位クラスはこの関数をオーバーライドし,接続を確立した後でアプリケーションサーバーのインターフェースを返します。TCustomRemoteServer の実装では,GetServer は常に nil(Delphi)または NULL(C++)を返します。

関連項目