WebTimer.Run

From Xojo Documentation

Event


WebTimer.Run()

New in 2020r1

Supported for all project types and targets.

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