RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStandardAddRemoveItem Class

TStandardAddRemoveItem is the ActionBand menu class for customizing action bands.

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

TStandardAddRemoveItem is the standard ActionBand menu for customizing action bands at runtime. 

Do not create instances of TStandardAddRemoveItem as this will be done for you automatically if the class is the default customization menu. 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!