WebComboBox.Value
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use WebComboBox.Text as a replacement. |
Property (As String )
aWebComboBox.Value = newStringValue
or
StringValue = aWebComboBox.Value
New in 2020r1
Supported for all project types and targets.
or
StringValue = aWebComboBox.Value
New in 2020r1
Supported for all project types and targets.
The editable value (text) in the combobox.
See Also
ValueChanged event.