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

2016-03-25 Thread Angus Robertson - Magenta Systems Ltd
> sl.text will send last inserted record to tstringlist it will not > send each client connected I'm not interested in the logic behind your program, only the aspects relating to using ICS. sl.text returns every item in the TStringList separated with CRLF, not the last record, check the Delphi

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 is the > co

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

2016-03-19 Thread Angus Robertson - Magenta Systems Ltd
> 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 > Client := TMyclient(Server.Client[J]); > if (SL.Count > 0) then > begin > MS := TMemoryStream.Create; > try >