API:Datasnap.DSCommonServer.TDSCustomAdmin.GetDSServerName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSCustomAdmin

Delphi

function GetDSServerName: string; override;

C++

virtual System::UnicodeString __fastcall GetDSServerName();

Description

Returns the name of the server for the current instance of this component.

Datasnap.DSCommonServer.TDSCustomAdmin.GetDSServerName inherits from Datasnap.DSPlatform.TDBXServerComponent.GetDSServerName. All content below this line refers to Datasnap.DSPlatform.TDBXServerComponent.GetDSServerName.

Returns the name of the server for the current instance of this component.

The GetDSServerName method is used to return the name of the server for the current instance of TDBXServerComponent.

See Also