Top "Indy10" questions

Indy 10 is a reference to a specific version of Indy.

Best practice: Keep TCP/IP connection open or close it after each transfer?

My Server-App uses a TIdTCPServer, several Client apps use TIdTCPClients to connect to the server (all computers are in the …

delphi tcp delphi-2009 indy indy10
Using Indy 10 IdHTTP with TLS 1.2

Im using Delphi XE2 with Indy 10.5.8.0 Currently i need to change a connection to one of our server to use …

delphi ssl delphi-xe2 indy10 tls1.2
Indy 10: Undeclared Identifier 'TIdBytes'

Sorry if my question is silly! I'm using Delphi XE4 and now I'm working on IdTelnet. But I got a …

delphi telnet indy indy10 delphi-xe4
How to read all bytes from server using Indy Client in Delphi?

I am using Indy client to read the message the server is sending to me (client). It sends 512 bytes of …

delphi delphi-xe2 indy indy10
How to convert from PAnsichar to PWidechar?

I am implementing Ping function using windows API in delphi-xe3 from here (http://delphi.about.com/od/internetintranet/l/aa081503…

delphi delphi-xe3 indy10
How to handle TIdHTTPServer with TIdMultiPartFormDataStream

Hi i need help on how to retrieved the parameters and data using IdHttpServer from indy. many of my application …

delphi indy indy10 simplehttpserver
IDFTP DirExists and MakeDir

I am using Indy IDFTP to make a directory. I need to find a reliable way to determine if a …

delphi indy10 delphi-xe7
How can I download a huge file via TIdHTTP?

I use this code to download small files: Var ms:TMemoryStream; begin ms:=TMemoryStream.Create; Idhttp1.get('http://mydomain.com/…

delphi delphi-xe2 wininet indy10
Is it possible to use Indy 10.5.8.0 in Delphi XE and DataSnap?

The case I'm trying to update the INDY to the latest version for my Delphi XE (Update 1), so I downloaded …

delphi indy delphi-xe indy10
Indy 10 and OpenSSL

I have recently upgraded my Delphi 7 to Delphi XE2 and I'm kinda new to it. I used Indy 10 with OpenSSL …

delphi ssl delphi-xe2 indy indy10