RAD Studio VCL Reference
|
TMenuItem describes the properties of an item in a menu.
TMenuItem = class(TComponent);
class TMenuItem : public TComponent;
Use TMenuItem to specify the appearance and behavior of an item in a menu. Each TMainMenu or TPopupMenu component can contain multiple menu items. When a menu is defined at design time, the Menu Designer automatically creates menu item objects for each command on the menu.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|