In delphi XE I can use the start procedure, but this method does not exist in delphi 2007.
This sample code works ok in delphi xe, using Start
MyThread
Yes, that is the correct way for older Delphi versions that do not have a Start procedure.
Start