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