Datasnap.DBClient.TConnectionBroker.GetAppServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAppServer: Variant; override;

C++

virtual System::Variant __fastcall GetAppServer();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TConnectionBroker

Description

Returns the value of the AppServer property.

Datasnap.DBClient.TConnectionBroker.GetAppServer inherits from Datasnap.DBClient.TCustomRemoteServer.GetAppServer. All content below this line refers to Datasnap.DBClient.TCustomRemoteServer.GetAppServer.

Returns the value of the AppServer property.

GetAppServer is the protected implementation of the AppServer property. Override GetAppServer to change the way this property is stored or managed.

See Also