RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.CheckUnused Property

Indicates whether the TActionClientItem object should be checked to see if it is unused and, if so, hidden from view.

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

Unused contents of ActionBands can be hidden from the user. Use CheckUnused to determine whether a particular action client item goes through this kind of checking. The default value is true, which means that the item can be hidden. Note that CheckUnused is merely an indicator, not a control. If you want the object to be visible regardless of how much it is used, do not change CheckUnused. Instead, set UsageCount to -1. 

 

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