RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuItem Class

TMenuItem describes the properties of an item in a menu.

Pascal
TMenuItem = class(TComponent);
C++
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!