Quote Originally Posted by Voltrox
Hi,

I don't see an OnRecieve event for the Indy TCP Server component nor the TCPServer component in Delphi 2006, but I see it for Serversocket in Delphi 6, what do i do?

Hello

use OnExecute event... for each connection you have one Thread..

Greetings