Datasnap.DSPlatform.TDBXServerComponent.GetDSServerName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Unit: Datasnap.DSPlatform
Parent: TDBXServerComponent

Delphi

function GetDSServerName: string; virtual; abstract;

C++

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

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