API:Datasnap.DSCommonServer.TDSCustomAdmin.GetDSServerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDSServerName: string; override;

C++

virtual System::UnicodeString __fastcall GetDSServerName();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomAdmin

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