Behaviors
A collection of behavior objects.
Behaviors Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Behaviors. |
| Item |
Object |
read |
Returns the Behavior with the specified index or name as Long or String. |
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. |