Board index » cppbuilder » Readable In Indy9

Readable In Indy9


2007-07-10 12:15:50 AM
cppbuilder69
Is there an equivalent to
Thread->Connection->Readable
that existed in Winshoes7 with the TCP Server
I am moving some code from BCB3+Winshoe7
to BCB6+Indy9, and I do not want to change
the structure of the code too much yet.
 
 

Re:Readable In Indy9

"Colin B Maharaj" < XXXX@XXXXX.COM >wrote in message
Quote
Is there an equivalent to
Thread->Connection->Readable
that existed in Winshoes7 with the TCP Server
The Readable() method still exists in Indy 9 (and 10). It is a method of
the Connection's IOHandler now.
Gambit
 

Re:Readable In Indy9

Thanks for your help Remy....
Colin
Remy Lebeau (TeamB) wrote:
Quote
The Readable() method still exists in Indy 9 (and 10). It is a method of
the Connection's IOHandler now.


Gambit


 

{smallsort}