Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jan : Indy9 to Indy10
| Subject: | Indy9 to Indy10 |
| Posted by: | "James A. Schulz" (jaschu..@wiseware.com) |
| Date: | Sun, 15 Jan 2006 20:28:43 |
I am upgrading an app from Indy9 to Indy10. In the Indy9 version, I have:
MyStr := MyIdTCPClient.ReadLn();
But there is no ReadLn function in Indy10. How do I rewrite the above.
Thanks
JAS