Datasnap.DSCommonServer.TDSCustomServer.HideDSAdmin

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSCustomServer

Delphi

property HideDSAdmin: Boolean read FHideDSAdmin write FHideDSAdmin;

C++

__property bool HideDSAdmin = {read=FHideDSAdmin, write=FHideDSAdmin, nodefault};

Description

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.

See Also