Datasnap.DSPlatform.TDBXServerComponent.GetDSServerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDSServerName: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetDSServerName() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDBXServerComponent

Description

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