RealComboboxes
A collection of real combobox controls.
RealComboboxes Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of RealComboboxes. |
| Item |
Object |
read |
Returns the RealCombobox with the specified index or name as Long or String. |
RealComboboxes Methods
| Method |
Returns |
Description |
| Add |
RealCombobox |
Create a new RealCombobox. |
| AnyItem |
Object |
Returns any RealCombobox. |
| FirstItem |
Object |
Returns the first RealCombobox. |
| ItemByID |
Object |
Returns the RealCombobox with the specified ID. |
| ItemByRange |
Objects |
Returns the RealComboboxes within the specified range. |
| LastItem |
Object |
Returns the last RealCombobox. |
| MiddleItem |
Object |
Returns the middle RealCombobox. |
| NextItem |
Object |
Returns the next RealCombobox. |
| PreviousItem |
Object |
Returns the previous RealCombobox. |
Previous post: RealEditbox
Next post: RealCombobox