Datasnap.DSServer.TDSServer.HideDSAdmin
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
Unit: Datasnap.DSServer | |
Parent: TDSServer |
Delphi
property HideDSAdmin;
C++
__property HideDSAdmin;
Description
Prevents clients from directly calling built-in server methods of the DSAdmin class.
Datasnap.DSServer.TDSServer.HideDSAdmin inherits from Datasnap.DSCommonServer.TDSCustomServer.HideDSAdmin. All content below this line refers to Datasnap.DSCommonServer.TDSCustomServer.HideDSAdmin.
Prevents clients from directly calling built-in server methods of the DSAdmin class.
When HideDSAdmin is set to True, it prevents clients from directly calling the built-in server methods of the DSAdmin class. Server methods from other server classes can still call DSAdmin server methods. This allows an application to filter or limit which DSAdmin methods clients can call.