Board index » delphi » Terminate a thread without TThread.Terminate.
squai...@yahoo.com (Steven Quail)
![]() Delphi Developer |
Sat, 17 Sep 2005 17:44:27 GMT
Terminate a thread without TThread.Terminate.
Hi to all,
I have designed a group of objects that do processing on a number of Basically I have: procedure TThreadExecute.Execute; Now from my main form, while the ExecuteConvertProcess is running, I I know there is a TerminateThread API call. I am a bit reluctant to change my objects (i.e LaunchHandler calls TIA |