Datasnap.DSCommonServer.DSAdmin

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSCommonServer.TDSCustomAdminDatasnap.DSPlatform.TDBXServerComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectDSAdmin

Delphi

DSAdmin = class(TDSCustomAdmin)

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI DSAdmin : public TDSCustomAdmin

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer Datasnap.DSCommonServer

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