Datasnap.DSCommonServer.DSAdmin

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSCommonServer.TDSCustomAdminDatasnap.DSPlatform.TDBXServerComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectDSAdmin
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: Datasnap.DSCommonServer

Delphi

DSAdmin = class(TDSCustomAdmin)

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI DSAdmin : public TDSCustomAdmin

Description

Provides administrative built-in server methods.

DSAdmin provides administrative built-in server methods. There are String constants in the TDSAdminMethods class for each of these methods that can be used to specify which method to invoke.

Note: When a user generates a Delphi proxy for the server, that proxy should have on it the useful DSAdmin methods. These useful DSAdmin methods are any functions or procedures publicly declared and exposed to the user, as well as any visible method in the classes that DSAdmin extends.

See Also