MovieBehaviors
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
MovieBehavior add ([withProperties:
Object])
Creates a new MovieBehavior.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new MovieBehavior (Optional) |
MovieBehavior anyItem ()
Returns any MovieBehavior in the collection.
number count ()
Displays the number of elements in the MovieBehavior.
Array
of MovieBehavior everyItem ()
Returns every MovieBehavior in the collection.
MovieBehavior firstItem ()
Returns the first MovieBehavior in the collection.
MovieBehavior item (index:
any)
Returns the MovieBehavior with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long String | The index or name. Can accept: Long or String. |
MovieBehavior itemByID (id:
number)
Returns the MovieBehavior with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
MovieBehavior itemByName (name:
string)
Returns the MovieBehavior with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of MovieBehavior itemByRange (from:
any, to:
any)
Returns the MovieBehaviors within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long MovieBehavior String | The MovieBehavior, index, or name at the beginning of the range. Can accept: MovieBehavior, Long or String. |
to | Long MovieBehavior String | The MovieBehavior, index, or name at the end of the range. Can accept: MovieBehavior, Long or String. |
MovieBehavior lastItem ()
Returns the last MovieBehavior in the collection.
MovieBehavior middleItem ()
Returns the middle MovieBehavior in the collection.
MovieBehavior nextItem (obj:
MovieBehavior)
Returns the MovieBehavior whose index follows the specified MovieBehavior in the collection.
Parameter | Type | Description |
---|---|---|
obj | MovieBehavior | The MovieBehavior whose index comes before the desired MovieBehavior. |
MovieBehavior previousItem (obj:
MovieBehavior)
Returns the MovieBehavior with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | MovieBehavior | The index of the MovieBehavior that follows the desired MovieBehavior. |
string toSource ()
Generates a string which, if executed, will return the MovieBehavior.
Element of
Button.movieBehaviors
FormField.movieBehaviors
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |