A collection of integer comboboxes.
Go to Property Listing | Method Listing
add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
IntegerCombobox add (withProperties:Object)
Creates a new IntegerCombobox.
|
Parameter |
Type |
Description |
|---|---|---|
|
withProperties |
Initial values for properties of the new IntegerCombobox (Optional) |
IntegerCombobox anyItem ()
Returns any IntegerCombobox in the collection.
Number count ()
Displays the number of elements in the IntegerCombobox.
IntegerCombobox everyItem ()
Returns every IntegerCombobox in the collection.
IntegerCombobox firstItem ()
Returns the first IntegerCombobox in the collection.
IntegerCombobox item (index:Varies Long String)
Returns the IntegerCombobox with the specified index or name.
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
Long |
The index or name. Can accept: Long or String. |
IntegerCombobox itemByID (id:Number)
Returns the IntegerCombobox with the specified ID.
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
The ID. |
IntegerCombobox itemByName (name:String)
Returns the IntegerCombobox with the specified name.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name. |
IntegerCombobox itemByRange (from:Varies IntegerCombobox Long String, to:Varies IntegerCombobox Long String)
Returns the IntegerComboboxes within the specified range.
|
Parameter |
Type |
Description |
|---|---|---|
|
from |
Long |
The IntegerCombobox, index, or name at the beginning of the range. Can accept: IntegerCombobox, Long or String. |
|
to |
Long |
The IntegerCombobox, index, or name at the end of the range. Can accept: IntegerCombobox, Long or String. |
IntegerCombobox lastItem ()
Returns the last IntegerCombobox in the collection.
IntegerCombobox middleItem ()
Returns the middle IntegerCombobox in the collection.
IntegerCombobox nextItem (obj:IntegerCombobox)
Returns the IntegerCombobox whose index follows the specified IntegerCombobox in the collection.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The IntegerCombobox whose index comes before the desired IntegerCombobox. |
IntegerCombobox previousItem (obj:IntegerCombobox)
Returns the IntegerCombobox with the index previous to the specified index.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The index of the IntegerCombobox that follows the desired IntegerCombobox. |
String toSource ()
Generates a string which, if executed, will return the IntegerCombobox.
DialogColumn.integerComboboxes
EnablingGroup.integerComboboxes
BorderPanel.integerComboboxes
DialogRow.integerComboboxes