Images
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Image [] (index:
number)
Returns the Image with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Image anyItem ()
Returns any Image in the collection.
number count ()
Displays the number of elements in the Image.
Array
of Image everyItem ()
Returns every Image in the collection.
Image firstItem ()
Returns the first Image in the collection.
Image item (index:
varies)
Returns the Image with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer 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. |
Array
of Image itemByRange (from:
varies, to:
varies)
Returns the Images within the specified range.
Parameter | Type | Description |
---|---|---|
from | Image Long Integer String | The Image, index, or name at the beginning of the range. Can accept: Image, Long Integer or String. |
to | Image Long Integer 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.
Element of
Button.images
GraphicLine.images
Movie.images
MultiStateObject.images
Oval.images
PlaceGun.images
Polygon.images
Rectangle.images
Sound.images
SplineItem.images
State.images
XMLElement.images
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |