Datasnap.DBClient.TCustomRemoteServer.GetAppServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAppServer: Variant; virtual;

C++

virtual System::Variant __fastcall GetAppServer();

Properties

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

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