RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRemoteServer.GetServer Method

Returns the IAppServer interface of the application server.

Pascal
function GetServer: IAppServer; virtual;
C++
virtual __fastcall IAppServer GetServer();

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++). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!