StaticTexts
A collection of static text objects.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
StaticText add( Object withProperties )
Creates a new StaticText.
Parameters
Number count()
Displays the number of elements in the StaticText.
StaticText item( Mixed index )
Returns the StaticText with the specified index or name.
Parameters
StaticText itemByID( Number id )
Returns the StaticText with the specified ID.
Parameters
StaticText itemByRange( Mixed from, Mixed to )
Returns the StaticTexts within the specified range.
Parameters
StaticText firstItem()
Returns the first StaticText in the collection.
StaticText lastItem()
Returns the last StaticText in the collection.
StaticText middleItem()
Returns the middle StaticText in the collection.
StaticText previousItem( StaticText obj )
Returns the StaticText with the index previous to the specified index.
Parameters
StaticText nextItem( StaticText obj )
Returns the StaticText whose index follows the specified StaticText in the collection.
Parameters
StaticText anyItem()
Returns any StaticText in the collection.
StaticText everyItem()
Returns every StaticText in the collection.
String toSource()
Generates a string which, if executed, will return the StaticText.
StaticText []( Number index )
Returns the StaticText with the specified index.