[twsocket] (no subject)

2005-05-27 Thread Melinda Bellei
Do i need to use critical sections when i'm calling TWSocket.Send ? Into my application, sometimes i might send automated messages( for example per 2 minute ) and sometimes i can send a text message. But if both of them would call the TWSocket.Send at the same time ? Should i manage this condition

Re: [twsocket] OnDataAvailable

2005-05-10 Thread Melinda Bellei
mostly called Clients, but this is confusing > sometime). > > So in OnClientConnect you have a client whitch is also derived from > TWSocket and there you can assigne an onDataAvailable event handler on. > > --- > Rgds, Wilfried > http://www.mestdagh.biz > > Tuesday, M

[twsocket] OnDataAvailable

2005-05-10 Thread Melinda Bellei
Hi, I'm new with ICS and i'm trying to develop some simple demos for to learn it. TWSocketServer component has the event of OnDataAvailable : procedure TForm1.WServerDataAvailable(Sender: TObject; ErrCode: Word); begin // end; But i couldn't see any parameter about the socket(client) which send