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