1
votes

I think to start using Indy to replace the old and deprecated TSocket delphi component.

Indy seems to be a very rich collection of components but I have found no good documentation about it. The only docs I found are both old or empty template without usefull info .

Can someone tell me where can I found some good documentation abou Indy 10 ?

Regards, Enzo

2

2 Answers

1
votes

the documentation for Indy is all here: http://www.indyproject.org/sockets/docs/index.en.aspx in some cases it's less than detailed enough, but developers of indy do answer questions on stackoverflow ;-)

0
votes

I tried this myself some time ago - I still use TServerSocket and TClientSocket although you have to install them yourself. I struggled to find documentation also, but I did come across a lot of info for Indy sockets (enough to convince me to stick with TSockets anyway) on the embarcadero developer forums when considering the same path that you are now intending to take (I am assuming you have access to these if you are using c++Builder-XE like myself, so maybe try there if you have no luck here).