Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Re: Indy 9 TPC client/Server and CommandHandlers
| Subject: | Re: Indy 9 TPC client/Server and CommandHandlers |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 24 Sep 2007 11:53:07 |
"RandomAccess" <Not@TellingYou.com> wrote in message
news:46f733a3$1@newsgroups.borland.com...
> I am currently looking at the client side, and I am having some
> difficulty understanding what my client side code needs to do
> (after sending a command), in order to receive the data sent
> by the server.
Are you using the SendCmd() method? If not, then you should be. It handles
the responses automatically. You can access the data in the LastCmdResult
property after SendCmd() exits.
Gambit