WebTimer.Run
From Xojo Documentation
Event
Executes each time the Period property elapses.
Sample Code
In the Run event handler, you put the code that you want to run when the Timer period is reached. This example shows the current date and time (including seconds) in a Label each time the timer period is reached:
Label1.Value = DateTime.Now.ToString