PopupMenu.Text

From Xojo Documentation

Read-Only Property (As String )
StringValue = aPopupMenu.Text

Supported for all project types and targets.

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