MenuActions
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
MenuAction [] (index:
number)
Returns the MenuAction with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
MenuAction anyItem ()
Returns any MenuAction in the collection.
number count ()
Displays the number of elements in the MenuAction.
Array
of MenuAction everyItem ()
Returns every MenuAction in the collection.
MenuAction firstItem ()
Returns the first MenuAction in the collection.
MenuAction item (index:
varies)
Returns the MenuAction with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
MenuAction itemByID (id:
number)
Returns the MenuAction with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
MenuAction itemByName (name:
string)
Returns the MenuAction with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of MenuAction itemByRange (from:
varies, to:
varies)
Returns the MenuActions within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer MenuAction String | The MenuAction, index, or name at the beginning of the range. Can accept: MenuAction, Long Integer or String. |
to | Long Integer MenuAction String | The MenuAction, index, or name at the end of the range. Can accept: MenuAction, Long Integer or String. |
MenuAction lastItem ()
Returns the last MenuAction in the collection.
MenuAction middleItem ()
Returns the middle MenuAction in the collection.
MenuAction nextItem (obj:
MenuAction)
Returns the MenuAction whose index follows the specified MenuAction in the collection.
Parameter | Type | Description |
---|---|---|
obj | MenuAction | The MenuAction whose index comes before the desired MenuAction. |
MenuAction previousItem (obj:
MenuAction)
Returns the MenuAction with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | MenuAction | The index of the MenuAction that follows the desired MenuAction. |
string toSource ()
Generates a string which, if executed, will return the MenuAction.
Element of
Application.menuActions
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |