PopupMenu.SelectedRowValue
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use PopupMenu.SelectedRow as a replacement. |
Read-Only Property (As String )
The value of the currently selected row.
Example
This example displays the value of the currently selected item in a TextField.
TextField1.Text = PopupMenu1.SelectedRowValue