Vcl.ActnMenus.RegisterActnBarStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterActnBarStyle(AStyle: TActionBarStyleEx);

C++

extern DELPHI_PACKAGE void __fastcall RegisterActnBarStyle(TActionBarStyleEx* AStyle);

Properties

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

Description

Registers an action band style so that it is available for use from TActionManager's Style property within the IDE.

RegisterActnBarStyle registers a style so that is is available at design-time through TActionManager's Style property in the object inspector. After creating a descendant of TActionBarStyleEx, call RegisterActnBarStyle to use the style in the IDE.

See Also