PICTs

A collection of PICT graphics.

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

PICT [] (index:Number)

Returns the PICT with the specified index.

Parameter

Type

Description

index

Number

The index.

PICT anyItem ()

Returns any PICT in the collection.

Number count ()

Displays the number of elements in the PICT.

PICT everyItem ()

Returns every PICT in the collection.

PICT firstItem ()

Returns the first PICT in the collection.

PICT item (index:Varies LongInteger String)

Returns the PICT with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

PICT itemByID (id:Number)

Returns the PICT with the specified ID.

Parameter

Type

Description

id

Number

The ID.

PICT itemByName (name:String)

Returns the PICT with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the PICTs within the specified range.

Parameter

Type

Description

from

LongInteger

PICT

String

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

to

LongInteger

PICT

String

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

PICT lastItem ()

Returns the last PICT in the collection.

PICT middleItem ()

Returns the middle PICT in the collection.

PICT nextItem (obj:PICT)

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

Parameter

Type

Description

obj

PICT

The PICT whose index comes before the desired PICT.

PICT previousItem (obj:PICT)

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

Parameter

Type

Description

obj

PICT

The index of the PICT that follows the desired PICT.

String toSource ()

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

Object of

PlaceGun.picts

Button.picts

State.picts

MultiStateObject.picts

CheckBox.picts

ComboBox.picts

ListBox.picts

RadioButton.picts

TextBox.picts

SignatureField.picts

Oval.picts

Rectangle.picts

GraphicLine.picts

Polygon.picts

SplineItem.picts

Snippet.picts

XMLElement.picts