Datasnap.DBClient.TCustomRemoteServer.GetServer
Delphi
function GetServer: IAppServer; virtual;
C++
virtual Datasnap::Midas::_di_IAppServer __fastcall GetServer();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Datasnap.DBClient.pas Datasnap.DBClient.hpp |
Datasnap.DBClient | TCustomRemoteServer |
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++).