MovieBehaviors
A collection of movie beavior objects.
MovieBehaviors Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of MovieBehaviors. |
| Item |
Object |
read |
Returns the MovieBehavior with the specified index or name as Long or String. |
MovieBehaviors Methods
| Method |
Returns |
Description |
| Add |
MovieBehavior |
Create a new MovieBehavior. |
| AnyItem |
Object |
Returns any MovieBehavior. |
| FirstItem |
Object |
Returns the first MovieBehavior. |
| ItemByID |
Object |
Returns the MovieBehavior with the specified ID. |
| ItemByRange |
Objects |
Returns the MovieBehaviors within the specified range. |
| LastItem |
Object |
Returns the last MovieBehavior. |
| MiddleItem |
Object |
Returns the middle MovieBehavior. |
| NextItem |
Object |
Returns the next MovieBehavior. |
| PreviousItem |
Object |
Returns the previous MovieBehavior. |