RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConnectionBroker.GetServer Method

Returns the IAppServer interface of the application server.

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

Call GetServer to obtain the interface of the application server. GetServer calls the GetServer method of the component that the Connection property identifies, centralizing access to the application server's interface. 

 

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