Vcl.ActnMan.TActionClientItem.UsageCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UsageCount: Integer read FUsageCount write SetUsageCount default 0;

C++

__property int UsageCount = {read=FUsageCount, write=SetUsageCount, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

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

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.

See Also