ListBox.Text
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ListBox.SelectedRowValue as a replacement. |
Property (As String )
aListBox.Text = newStringValue
or
StringValue = aListBox.Text
Supported for all project types and targets.
or
StringValue = aListBox.Text
Supported for all project types and targets.
The text of the currently selected item.
Notes
In the case of multi-column ListBoxes, Text contains the text of the cell in the first column.