RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.ResetUsageData Method

Resets the usage data of the action bands.

Pascal
procedure ResetUsageData;
C++
__fastcall ResetUsageData();

TCustomActionManager keeps a file of usage data whose name is FileName. Usage data determines which items on the ActionBars are displayed at any given time. Call ResetUsageData to delete that file. The user interface will appear in the same state it was in when the program was run for the first time. 

 

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