Datasnap.Win.MConnect.TSharedConnection.GetServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServer: IAppServer; override;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect TSharedConnection

Description

Returns the IAppServer interface of the child remote data module.

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.

See Also