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