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