Vcl.ActnMan.TCustomActionManager.ResetActionBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetActionBar(Index: Integer);

C++

void __fastcall ResetActionBar(int Index);

Properties

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

Description

Resets the action bands to their default state.

Use ResetActionBar to return the action bands to their default state, which is stored in the property DefaultActionBars.

See Also