[twsocket] How do i Send Recive Client list using Twsocketserver and Twsocket?

2016-03-08 Thread matrin loanel
i converted the indy client and server To TWsocket and Twsocket server and here is the code of server after convert Const Sep = '#$%^&'; type TMyClient = class(TWSocketClient) private Name: String; IP: String; Connected: TDateTime; UniqueID: DWORD; Thread: Pointer;

Re: [twsocket] How do i Send Recive Client list using Twsocketserver and Twsocket?

2016-03-08 Thread matrin loanel
ics dont have any sample on how to send receive memory stream i no this is nothing to do with indy i thought i can use ics in same way On 8 March 2016 at 16:52, Angus Robertson - Magenta Systems Ltd < an...@magsys.co.uk> wrote: > > i converted the indy client and server To TWsocket and Twsocket >

Re: [twsocket] How do i Send Recive Client list using Twsocketserver and Twsocket?

2016-03-08 Thread matrin loanel
On 8 March 2016 at 17:01, matrin loanel wrote: > ics dont have any sample on how to send receive memory stream i no this is > nothing to do with indy i thought i can use ics in same way > > On 8 March 2016 at 16:52, Angus Robertson - Magenta Systems Ltd < > an...@magsys.co.u

[twsocket] how to send/recive Client list using twsocket client & server ?

2016-03-19 Thread matrin loanel
i give up i searched a lot on how to send memory stream with Command to client i just wanted to send client list from server to client here is the code that i working on i dont really know what to do to send that clientcount that i collected from server and how to handle it to the client . ///

Re: [twsocket] how to send/recive Client list using twsocket client & server ?

2016-03-25 Thread matrin loanel
sl.text will send last inserted record to tstringlist it will not send each client connected On 19 March 2016 at 00:12, matrin loanel wrote: > i give up i searched a lot on how to send memory stream with Command to > client i just wanted to send client list from server to client here