Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Jun : Alternative to Thread Waitfor
| Subject: | Alternative to Thread Waitfor |
| Posted by: | "Paul" (paul.blommaer..@telenet.be) |
| Date: | Thu, 15 Jun 2006 14:17:00 |
Hi,
I need to check if a thread has stopped without synchronize to the main
thread and without using Waitfor which may cause a deadlock.
The thread.FreeOnTerminate = true.
Any idea's
Paul