MobileMessageBox.Pressed

From Xojo Documentation

Event


MobileMessageBox.ButtonAction(buttonIndex As Integer)

New in 2020r2

Supported on Mobile.

Called when the button at buttonIndex is selected.

Sample Code

Displays the index of the selected button:

Label1.Text = "You selected button " + buttonIndex.ToString