RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomizeDlg.ActionManager Property

Indicates the action manager associated with the customization dialog.

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

At design time, set ActionManager to refer to your application's action manager object. The action manager maintains a logical description of the user interface elements as a hierarchy of action clients. The customization dialog operates on this hierarchy to change how user interface elements are organized or to hide and show individual elements. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!