Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : TidTCPServer from delphi 6
| Subject: | TidTCPServer from delphi 6 |
| Posted by: | "Nicoara Adrian" (adisoft..@yahoo.com) |
| Date: | Tue, 25 Dec 2007 19:08:20 |
I'm using indy from delphi 6.
when a client connects i save his socket number on an array. i can send
messages from client to server, and reply to them from server.
But how do i send an message from server to all clients, or to a specified
client via socket number ?