RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSServer.HideDSAdmin Property

Prevents clients from directly calling built-in server methods of DSAdmin class.

Pascal
property HideDSAdmin: Boolean;
C++
__property Boolean HideDSAdmin;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!