RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.UsageCount Property

Specifies the total number of times an item has been used.

Pascal
property UsageCount: Integer;
C++
__property int UsageCount;

UsageCount is used internally to specify the total number of times that the TActionClientItem has been used in the application. The action manager maintains this value and uses UsageCount to in its calculations to determine whether or not to hide or display the TActionClientItem on an action band. 

 

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