Menus
A collection of menus.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the Menu with the specified index.
Returns any Menu in the collection.
Displays the number of elements in the Menu.
Returns every Menu in the collection.
Returns the first Menu in the collection.
Returns the Menu with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the Menu with the specified name.
→ Menu[]
Returns the Menus within the specified range.
from
LongInteger | Menu | String
The Menu, index, or name at the beginning of the range. Can accept: Menu, Long Integer or String.
to
LongInteger | Menu | String
The Menu, index, or name at the end of the range. Can accept: Menu, Long Integer or String.
Returns the last Menu in the collection.
Returns the middle Menu in the collection.
Returns the Menu whose index follows the specified Menu in the collection.
obj
Menu
The Menu whose index comes before the desired Menu.
Returns the Menu with the index previous to the specified index.
obj
Menu
The index of the Menu that follows the desired Menu.
Generates a string which, if executed, will return the Menu.
Object of 1
Properties elsewhere that hold a Menus.