Datasnap.Win.MConnect.TSharedConnection.GetServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Unit: Datasnap.Win.MConnect
Parent: TSharedConnection

Delphi

function GetServer: IAppServer; override;

C++

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

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