Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : TIdThreadcomponent.OnTerminate never called
| Subject: | TIdThreadcomponent.OnTerminate never called |
| Posted by: | "Philip von Melle" (philip.vonmel..@globetrotter.de) |
| Date: | 26 Apr 2006 07:20:32 |
In TIdThreadComponent a possibly assigned OnTerminate event handler will
never be called, because in the SetOnTerminate method FThread is not yet
assigned. Shouldn't it be set in TIdThreadComponent.Start as it was in
Indy9 ?
Regards, Philip