Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: OnWork does not fire in Indy10 Delphi 2007
| Subject: | Re: OnWork does not fire in Indy10 Delphi 2007 |
| Posted by: | "Moore" (moo..@hotmail.com) |
| Date: | 12 Feb 2008 05:41:16 |
so how to make the same with text and in which event? that is, detect any text sent by the server during the connection time, a kind of OnReceive event..
>If I recall it correctly, OnWork only gets fired when using Streams, and not
>with Readln, or read. You may want to use a TStringStream instead. Then the
>OnWork will get fired.
none