iOSButton.Action
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Event
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."