IntegerComboboxes
A collection of integer comboboxes.
IntegerComboboxes Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the integer combobox with the specified index or name. |
| length |
Long |
read |
The number of integer comboboxes in the collection. |
IntegerComboboxes Methods
| Method |
Returns |
Description |
| add |
IntegerCombobox |
Create a new integer combobox. |
| anyItem |
Object |
Returns any integer combobox. |
| firstItem |
Object |
Returns the first integer combobox. |
| itemByID |
Object |
Returns the integer combobox with the specified ID. |
| itemByRange |
Objects |
Returns the integer comboboxes within the specified range. |
| lastItem |
Object |
Returns the last integer combobox. |
| middleItem |
Object |
Returns the middle integer combobox. |
| nextItem |
Object |
Returns the next integer combobox. |
| previousItem |
Object |
Returns the previous integer combobox. |