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