Datasnap.DBClient.TCustomRemoteServer.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: TCustomRemoteServer

Delphi

function GetAppServer: Variant; virtual;

C++

virtual System::Variant __fastcall GetAppServer();

Description

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