Vcl.ActnMan.TActionBars

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TActionClientsCollectionSystem.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTActionBars

Delphi

TActionBars = class(TActionClientsCollection)

C++

class PASCALIMPLEMENTATION TActionBars : public TActionClientsCollection

Properties

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

Description

TActionBars is a collection of TActionBarItem objects used internally by the action manager to represent all of the action bars connected to the action manager in an application.

TActionBars is used by the action manager to maintain current layout information about all the action bars connected to the action manager in an application. TActionBars allows the action manager to write this information to disk in a file or to a stream. TActionBars also allows the action manager to reconstruct all of the action bars based on information contained in a specified file or a stream.

See Also