Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : Re: Delphi 7 & Indy 10 TidCmdTCPServer OnCommand Event
| Subject: | Re: Delphi 7 & Indy 10 TidCmdTCPServer OnCommand Event |
| Posted by: | "Codeman II" (thegentlem..@webmail.co.za) |
| Date: | Thu, 12 Apr 2007 23:41:59 |
> If you want to only broadcast to clients that previously sent the
> ConnectDB command, then you could use the TIdContext.Data property to
> keep track of that, and then have the broadcasting code check it for
> each client when needed.
This is exactly what I need to do.
Will you please show me an example to do this in the correct manner?
Thanks.