Board index » delphi » indy Components Usage

indy Components Usage

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.

Thanks in advance!

 

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.

> Thanks in advance!

Other Threads