Datasnap.DSPlatform.TDSPlatform.DataSnapAdminUnitName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function DataSnapAdminUnitName: string; static;

C++

static System::UnicodeString __fastcall DataSnapAdminUnitName();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDSPlatform

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