RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAddRemoveItem Class

TCustomAddRemoveItem is the base class for the ActionBand menus for customizing action bands.

Pascal
TCustomAddRemoveItem = class(TCustomMenuItem);
C++
class TCustomAddRemoveItem : public TCustomMenuItem;

ActnMenus

TCustomAddRemoveItem is a base class for TStandardAddRemoveItem, the standard ActionBand menu for customizing action bands at runtime. 

Do not create instances of TCustomAddRemoveItem. If you would like to replace the standard customization menu, use the class TCustomAddRemoveItem as a parent class for your replacement class. To make the change for your application, set the value of MenuAddRemoveItemClass (a global variable) to your own subclass of TCustomAddRemoveItem instead of TStandardAddRemoveItem. 

 

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