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