Images
A collection of bitmap images in any bitmap file format (including TIFF, JPEG, or GIF).
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
Image [] (index:Number)
Returns the Image with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
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 |
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 |
The ID. |
Image itemByName (name:String)
Returns the Image with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
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 |
LongInteger |
The Image, index, or name at the beginning of the range. Can accept: Image, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the Image that follows the desired Image. |
String toSource ()
Generates a string which, if executed, will return the Image.
Object of
PlaceGun.images
Button.images
State.images
MultiStateObject.images
CheckBox.images
ComboBox.images
ListBox.images
RadioButton.images
TextBox.images
SignatureField.images
Movie.images
Sound.images
Oval.images
Rectangle.images
GraphicLine.images
Polygon.images
SplineItem.images
Snippet.images
XMLElement.images