A collection of menus.
Element
event
event listener
menu element
menu item
menu separator
submenu
menu Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| index | integer | read | The index of the menu within its containing object. |
| name | text | read | The name of the menu. |
| object reference | menu | read | An object reference for the object. |
| parent | specifier | read | The parent of the menu (a application). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| title | text | read | The name of the menu for display in the user interface. The title includes any ampersand characters (&), which are used to tell the Windows OS to underline the following character in the name for use with the Alt key to navigate to a menu item. Double … |