Images

A collection of bitmap images in any bitmap file format (including TIFF, JPEG, or GIF).

Methods:

anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

Image anyItem ()

Returns any Image in the collection.

Number count ()

Displays the number of elements in the Image.

Image everyItem ()

Returns every Image in the collection.

Image firstItem ()

Returns the first Image in the collection.

Image item (index:Varies LongInteger String)

Returns the Image with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

Image itemByID (id:Number)

Returns the Image with the specified ID.

Parameter

Type

Description

id

Number

The ID.

Image itemByName (name:String)

Returns the Image with the specified name.

Parameter

Type

Description

name

String

The name.

Image itemByRange (from:Varies Image LongInteger String, to:Varies Image LongInteger String)

Returns the Images within the specified range.

Parameter

Type

Description

from

Image

LongInteger

String

The Image, index, or name at the beginning of the range. Can accept: Image, Long Integer or String.

to

Image

LongInteger

String

The Image, index, or name at the end of the range. Can accept: Image, Long Integer or String.

Image lastItem ()

Returns the last Image in the collection.

Image middleItem ()

Returns the middle Image in the collection.

Image nextItem (obj:Image)

Returns the Image whose index follows the specified Image in the collection.

Parameter

Type

Description

obj

Image

The Image whose index comes before the desired Image.

Image previousItem (obj:Image)

Returns the Image with the index previous to the specified index.

Parameter

Type

Description

obj

Image

The index of the Image that follows the desired Image.

String toSource ()

Generates a string which, if executed, will return the Image.

Object of

Button.images

State.images

Movie.images

Sound.images

PageItem.images

Oval.images

Rectangle.images

GraphicLine.images

Polygon.images

Group.images

XMLElement.images