iOSMessageBox.ButtonAction

From Xojo Documentation

Event


iOSMessageBox.ButtonAction(buttonIndex As Integer)

Supported on Mobile (iOS).

Called when the button at buttonIndex (0-based) is selected.

Sample Code

Displays the index of the selected button:

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