Behaviors
A collection of behavior objects.
Behaviors Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the behavior with the specified index or name. |
| length |
Long |
read |
The number of behaviors in the collection. |
Behaviors Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any behavior. |
| firstItem |
Object |
Returns the first behavior. |
| itemByID |
Object |
Returns the behavior with the specified ID. |
| itemByRange |
Objects |
Returns the behaviors within the specified range. |
| lastItem |
Object |
Returns the last behavior. |
| middleItem |
Object |
Returns the middle behavior. |
| nextItem |
Object |
Returns the next behavior. |
| previousItem |
Object |
Returns the previous behavior. |