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