Xojo.Threading.Thread.Run

From Xojo Documentation

Event


Xojo.Threading.Thread.Run()

Supported for all project types and targets.

Called when the thread is started by calling the Run method. The code you want to run in the thread should be in this event handler or should be called from it.