PICTs
A collection of PICT graphics.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the PICT.
PICT item( Mixed index )
Returns the PICT with the specified index or name.
Parameters
PICT itemByName( String name )
Returns the PICT with the specified name.
Parameters
PICT itemByID( Number id )
Returns the PICT with the specified ID.
Parameters
PICT itemByRange( Mixed from, Mixed to )
Returns the PICTs within the specified range.
Parameters
PICT firstItem()
Returns the first PICT in the collection.
PICT lastItem()
Returns the last PICT in the collection.
PICT middleItem()
Returns the middle PICT in the collection.
PICT previousItem( PICT obj )
Returns the PICT with the index previous to the specified index.
Parameters
PICT nextItem( PICT obj )
Returns the PICT whose index follows the specified PICT in the collection.
Parameters
PICT anyItem()
Returns any PICT in the collection.
PICT everyItem()
Returns every PICT in the collection.
String toSource()
Generates a string which, if executed, will return the PICT.
PICT []( Number index )
Returns the PICT with the specified index.