Xojo.Threading.Thread.Run
From Xojo Documentation
Event
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.
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.