BevelButton.Action
From Xojo Documentation
Event
The BevelButton has been pressed.
Sample Code
This code displays text in a Label when the button is pressed.
TextField1.Value = Me.TrueWindow.Title
The BevelButton has been pressed.
This code displays text in a Label when the button is pressed.