MovieBehaviors
A collection of movie behavior objects.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
MovieBehavior [] (index:Number)
Returns the MovieBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
MovieBehavior add (withProperties:Object)
Creates a new MovieBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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.
MovieBehavior everyItem ()
Returns every MovieBehavior in the collection.
MovieBehavior firstItem ()
Returns the first MovieBehavior in the collection.
MovieBehavior item (index:Varies LongInteger String)
Returns the MovieBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
MovieBehavior itemByID (id:Number)
Returns the MovieBehavior with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
MovieBehavior itemByName (name:String)
Returns the MovieBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
MovieBehavior itemByRange (from:Varies LongInteger MovieBehavior String, to:Varies LongInteger MovieBehavior String)
Returns the MovieBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The MovieBehavior, index, or name at the beginning of the range. Can accept: MovieBehavior, Long Integer or String. |
to |
LongInteger |
The MovieBehavior, index, or name at the end of the range. Can accept: MovieBehavior, Long Integer 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 |
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 |
The index of the MovieBehavior that follows the desired MovieBehavior. |
String toSource ()
Generates a string which, if executed, will return the MovieBehavior.
Object of
Button.movieBehaviors
CheckBox.movieBehaviors
ComboBox.movieBehaviors
ListBox.movieBehaviors
RadioButton.movieBehaviors
TextBox.movieBehaviors
SignatureField.movieBehaviors