Datasnap.DSPlatform.TDSPlatform.DataSnapAdminUnitName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

class function DataSnapAdminUnitName: string; static;

C++

static System::UnicodeString __fastcall DataSnapAdminUnitName();

Description

Returns the unit name to be used by the DataSnap administration interface.

The DataSnapAdminUnitName static method returns the unit name to be used by the DataSnap administration interface. By default, DataSnapAdminUnitName returns 'DSCommonServer'.

See Also