iOSButton.Action

From Xojo Documentation

Event


iOSButton.Action()

Supported on Mobile (iOS).

The Action event handler is called when the button is pressed, tapped, clicked, etc.

Sample Code

Change Label Text when a Button is pressed:

Label1.Text = "You pressed the button."