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