Vcl.ActnMan.TActionBarStyleList

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStringListSystem.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTActionBarStyleList

Delphi

TActionBarStyleList = class(TStringList)

C++

class PASCALIMPLEMENTATION TActionBarStyleList : public System::Classes::TStringList

Properties

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

Description

Represents a list of action bar style names associated with the corresponding pointers to TActionBarStyle.

Use the TActionBarStyleList.Style property to get a specific TActionBarStyle instance.


See Also