ComboBox
Xojo provides a ComboBox control for desktop and web projects:
Common members
These events, methods and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.
Events
Name |
Description |
---|---|
SelectionChanged |
An item in the list has been selected. |
TextChanged |
The text has changed. |
Methods
Name |
Description |
---|---|
AddRow |
Adds a row to list of items from which the user can choose. |
Properties
Name |
Description |
---|---|
SelectedRowIndex |
The number of the selected row in the list. |
Text |
The text of the currently selected row. |