A menu item is one of the following:
The sub-menu of a pop-up menu contains TPopUpItems which is a special derived class of TBooleanMenuItem.
When the user selects a pop-up menu item, the pop-up menu copies the label from the pop-up menu item so that the pop-up menu always indicates the last pop-up menu item that the user selected. Figure 52 Pop-up menus
A pop-up menu is a special control that contains just one submenu of Boolean menu items where only one item in the submenu is set to true at any one time. When the user presses the mouse button down while pointing at a pop-up menu, the menu displays, or pops up, its sub-menu.
NOTE When the user pops up a popup menu, the submenu is aligned so that the current selection is on top of the popup menu itself.