Datasnap.DSPlatform.TDSPlatform.DataSnapAdminClassName
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSPlatform.pas Datasnap.DSPlatform.hpp
| |
Unit: Datasnap.DSPlatform | |
Parent: TDSPlatform |
Delphi
class function DataSnapAdminClassName: string; static;
C++
static System::UnicodeString __fastcall DataSnapAdminClassName();
Description
Returns the class name to be used by the DataSnap administration interface.
The DataSnapAdminClassName static method returns the class name to be used by the DataSnap administration interface. By default, DataSnapAdminClassName returns 'DSAdmin'
.