Vcl.ActnMan.TCustomActionManager.ResetUsageData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetUsageData;

C++

void __fastcall ResetUsageData();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Resets the usage data of the action bands.

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.