Vcl.ActnMan.ActionBarStyles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ActionBarStyles: TActionBarStyleList;

C++

extern DELPHI_PACKAGE TActionBarStyleList* ActionBarStyles;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

Represents the action bar styles available at run time.

This is a singleton instance of the TActionBarStyleList type.

ActionBarStyles represents the list of action bar styles available at run time. The contained items are registered in the initialization section of the following units:


See Also