Cannot terminate an externally created thread ? The VCL has a new TExternalThread class which derives from TThread and can be attached to an existing Win32 thread object by filling in the Handle and ThreadID properties using the GetCurrentThread() an…