Datasnap.DBClient.TCustomRemoteServer.GetAppServer
[–] 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.