RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSharedConnection.GetServer Method

Returns the IAppServer interface of the child remote data module.

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

Call GetServer to obtain the interface of the remote data module on the application server. GetServer returns the IAppServer interface of the same remote data module as the one whose interface is the value of the AppServer property. Client applications can communicate directly with the child remote data module through this interface. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!