A collection of integer comboboxes.
Methods
IntegerComboboxadd ([withProperties:
Object])
Creates a new IntegerCombobox.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new IntegerCombobox (Optional) |
IntegerComboboxanyItem ()
Returns any IntegerCombobox in the collection.
number count ()
Displays the number of elements in the IntegerCombobox.
Array of IntegerComboboxeveryItem ()
Returns every IntegerCombobox in the collection.
IntegerComboboxfirstItem ()
Returns the first IntegerCombobox in the collection.
IntegerComboboxitem (index:
any)
Returns the IntegerCombobox with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
IntegerComboboxitemByID (id:
number)
Returns the IntegerCombobox with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
IntegerComboboxitemByName (name:
string)
Returns the IntegerCombobox with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of IntegerComboboxitemByRange (from:
any, to:
any)
Returns the IntegerComboboxes within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | IntegerCombobox Long Integer String |
The IntegerCombobox, index, or name at the beginning of the range. Can accept: IntegerCombobox, Long Integer or String. |
| to | IntegerCombobox Long Integer String |
The IntegerCombobox, index, or name at the end of the range. Can accept: IntegerCombobox, Long Integer or String. |
IntegerComboboxlastItem ()
Returns the last IntegerCombobox in the collection.
IntegerComboboxmiddleItem ()
Returns the middle IntegerCombobox in the collection.
IntegerComboboxnextItem (obj:
IntegerCombobox)
Returns the IntegerCombobox whose index follows the specified IntegerCombobox in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | IntegerCombobox | The IntegerCombobox whose index comes before the desired IntegerCombobox. |
IntegerComboboxpreviousItem (obj:
IntegerCombobox)
Returns the IntegerCombobox with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | IntegerCombobox | The index of the IntegerCombobox that follows the desired IntegerCombobox. |
string toSource ()
Generates a string which, if executed, will return the IntegerCombobox.
Element of:
BorderPanel.integerComboboxes
DialogColumn.integerComboboxes
DialogRow.integerComboboxes
EnablingGroup.integerComboboxes