Class
Menu
QuickLinks
AddMenuToMenu,
AnimateMenu,
DefineAndAddMenu,
Delete,
Delete,
GetProps,
MenuItemInMenu,
ObjectValid,
SetProps
Properties
| Property | Type | Access | Description |
| FirstMenuItemInMenu | FMObject |
readwrite | |
| Label | string |
readwrite | |
| MenuItemIsEnabled | int |
readonly | |
| MenuType | int |
readonly | |
| Name | string |
readonly | |
| NextMenuItemInMenu | FMObject |
readwrite | |
| NextMenuItemInSession | FMObject |
readonly | |
| PrevMenuItemInMenu | FMObject |
readwrite | |
Methods
Instances
int AddMenuToMenu (menu:
Menu)
| Parameter | Type | Description |
| menu | Menu | |
int AnimateMenu (menuitem:
MenuItemComponent, sleep:
int, realLabel:
string, docOrBook:
MenuItemComponent, action:
bool)
| Parameter | Type | Description |
| menuitem | MenuItemComponent | |
| sleep | int | |
| realLabel | string | |
| docOrBook | MenuItemComponent | |
| action | bool | |
void DefineAndAddMenu (name:
string, label:
string)
| Parameter | Type | Description |
| name | string | |
| label | string | |
int Delete ()
int Delete ()
PropVals GetProps ()
void MenuItemInMenu (menuitem:
MenuItemComponent, recursive:
bool)
| Parameter | Type | Description |
| menuitem | MenuItemComponent | |
| recursive | bool | |
int ObjectValid ()
void SetProps (setVal:
PropVals)
Element of
Doc.MenuBar
Doc.ViewOnlyMenuBar
Used in:
int Menu.AddMenuToMenu
(menu:
Menu)