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