PICTs
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
PICT anyItem ()
Returns any PICT in the collection.
number count ()
Displays the number of elements in the PICT.
Array
of PICT everyItem ()
Returns every PICT in the collection.
PICT firstItem ()
Returns the first PICT in the collection.
PICT item (index:
any)
Returns the PICT with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer 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. |
Array
of PICT itemByRange (from:
any, to:
any)
Returns the PICTs within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer PICT String | The PICT, index, or name at the beginning of the range. Can accept: PICT, Long Integer or String. |
to | Long Integer 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.
Element of
Button.picts
GraphicLine.picts
Group.picts
Oval.picts
PageItem.picts
Polygon.picts
Rectangle.picts
State.picts
XMLElement.picts
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |