Surabaya wrote:
> What do you mean about this statement?
> "calling the message pump from an event handler"
> 
> what is message pump?

For instance Application.ProcessMessages or anything else that
processes messages.

Arno  

> 
> thanks
> 
> On 2/20/06, Francois Piette <[EMAIL PROTECTED]> wrote:
>> 
>>> Yes, right now I am facing the same problem as Dan's
>>> 
>>> I'm receiving more than one line in a call of DataAvailable....
>>> does TWSocket has any property to set so that there will only be a line
>>> per DataAvailable event triggered?
>> 
>> Set :
>>    WSocket1.LineMode := TRUE;
>>    WSocket1.LineEnd := #13#10; // Or whatever you need
>> 
>> Note that calling the message pump from an event handler will mess all
>> things.
>> 
>> --
>> Contribute to the SSL Effort. Visit
>> http://www.overbyte.be/eng/ssl.html
>> --
>> [EMAIL PROTECTED]
>> Author of ICS (Internet Component Suite, freeware)
>> Author of MidWare (Multi-tier framework, freeware)
>> http://www.overbyte.be
>> 
>> 
>> --
>> To unsubscribe or change your settings for TWSocket mailing list
>> please goto http://www.elists.org/mailman/listinfo/twsocket
>> Visit our website at http://www.overbyte.be
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to