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 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