Tagged Questions
6
votes
2answers
3k views
A proper way of destroying a TThread object
This question may seem trivial, but I hope you won't ignore it.
Before destroying a TThread object it is usually necessary to wait until the thread that called the TThread.Execute() method finishes, ...