Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Indy OnWork stopped working
| Subject: | Indy OnWork stopped working |
| Posted by: | "Iliya" (iliya..@list.ru) |
| Date: | Mon, 18 Feb 2008 15:20:43 |
I found the strange thing: if I declare OnWork event handler in my form1 class, the event works just fine, but If I declare the handler in my worker thread class, the event handler never gets called!
the other handlers like OnConnected,OnDisconnected, OnStatus declared in worker thread class work OK.
How do I get the OnWork handler declared in worker thread class to actually work???
Thanks!