PICTs
A collection of PICT graphics.
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
PICT [] (index:Number)
Returns the PICT with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
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 |
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 |
The ID. |
PICT itemByName (name:String)
Returns the PICT with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
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 |
The PICT, index, or name at the beginning of the range. Can accept: PICT, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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