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