WebPopupMenu.RowValueAt

From Xojo Documentation

Method

WebPopupMenu.RowValueAt(index As Integer) As String

New in 2020r1

Supported for all project types and targets.

Returns the value from the menu at the index passed.

Sample Code

The following example code displays in a MessageBox the contents of the last row in the menu:

MessageBox(PopupMenu1.RowValueAt(PopupMenu1.LastRowIndex))