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