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