Datasnap.DBClient.TCustomRemoteServer.GetServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomRemoteServer

Delphi

function GetServer: IAppServer; virtual;

C++

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

Description

Returns the IAppServer interface of the application server.

Descendant classes override this function to return the interface of the application server after establishing a connection. As implemented in TCustomRemoteServer, GetServer always returns nil (Delphi) or NULL (C++).

See Also