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