Vcl.ActnMan.TActionClientsCollection.ActionManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionManager: TCustomActionManager read GetActionManager;

C++

__property TCustomActionManager* ActionManager = {read=GetActionManager};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientsCollection

Description

Indicates the action manager that owns the TActionClientsCollection object.

ActionManager is a reference to the action manager that owns the TActionClientsCollection object. This is the same as the value of the Owner property, except that the type of this property is TCustomActionManager.

The TActionClientsCollection descendant represents either the set of action bands that belong to ActionManager (the value of its ActionBars property), or the set of action client items that belong to one of those action bands.

See Also