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