Datasnap.DBClient.TConnectionBroker.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.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TConnectionBroker

Description

Returns the IAppServer interface of the application server.

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.

See Also