WebButton.Action

From Xojo Documentation

Event


WebButton.Action()

New in 2010r4

Supported for all project types and targets.

This event is called when the button is clicked.

Sample Code

This code in the Action event handler displays a message when the button is clicked:

MessageBox("You clicked me!")