I'm quite new to Delphi, can anyone please advice me how to uses the Indy Components?
The objective is to have a server running on a different machine and listens for connections to it by other machines over the network/web? Something like this.
I've got here TIdTCPClient, TIdTCPServer and TIdThreadMgrDefault.
Thanks in advance!
Allen - Team Ind
Delphi Developer
Tue, 13 Jan 2004 16:54:35 GMT
Re:indy Components Usage
Best thing to dois to have a read of the code in some of the Indy demos.
The BasicClientServer demo is a good start.
/A.
Quote
"Anth" <ago...@ewetc.com> wrote in message news:3b610966_2@dnews... > Hi,
> I'm quite new to Delphi, can anyone please advice me how to uses the Indy > Components?
> The objective is to have a server running on a different machine and listens > for connections to it by other machines over the network/web? Something > like this.
> I've got here TIdTCPClient, TIdTCPServer and TIdThreadMgrDefault.