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 DataSnap server.

The GetDSServerName method returns a UnicodeString with the name of the DataSnap server. If the server is not a DataSnap server, GetDSServerName returns an empty string.

See Also