Datasnap.DBClient.TConnectionBroker.GetAppServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TConnectionBroker

Delphi

function GetAppServer: Variant; override;

C++

virtual System::Variant __fastcall GetAppServer();

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