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: | "KarlLogan" (karl_log..@yahoo.com) |
| Date: | Tue, 12 Feb 2008 14:31:30 |
"Moore" <moore@hotmail.com> wrote in message
news:47b19cd7@newsgroups.borland.com...
>
> it seems the OnWork does not fire as I see no text in Edit1, am I doing it
> the right way? or there is a better way to make the OnWork event fire?
> thnx..
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.