RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerItem.Enabled Property

Enables or disables the server item.

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

Set Enabled to indicate whether the server should made available in the simple object broker. When Enabled is true, the ComputerName property can be supplied to connection components by the object broker's GetComputerForGUID or GetComputerForProgID methods. When Enabled is false, the server item is not returned.

Note: Even when the server item is disabled, it is still returned by TServerCollection's FindServer method.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!