RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientsCollection.ActionManager Property

Indicates the action manager that owns the TActionClientsCollection object.

Pascal
property ActionManager: TCustomActionManager;
C++
__property TCustomActionManager ActionManager;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!