Top "Indy" questions

Questions related to the Indy (Internet Direct) open source networking library for Delphi, C++Builder, and FreePascal development environments.

Indy 10 Http Server sample

I need a simple code sample for Indy 10 Http Server When request (post) simply displays it Is there an Indy 9 …

delphi http delphi-7 indy
Download a File from internet programmatically with an Progress event using Delphi and Indy

I need a way to download a file from the Internet using Delphi via HTTP, Which include an Progress event, …

delphi delphi-7 download indy
Using Gmails Outgoing SMTP from DELPHI(Indy) using TLS

I am using INDY to send Email using the SMTP client on port 25 with no problem. Now I need to …

delphi email smtp indy ssl
Http Post with indy

I have a simple php script on my web server which I need to upload a file using HTTP POST, …

delphi http post indy
IdHttp Just Get Response Code

I'm using idhttp (Indy) to do some website checking. All I want it to do is check the response code …

delphi indy idhttp
How to get images from URL in Delphi

I am looking for any code samples that show how to pull images from URL into Delphi TImage component. Thanks,

delphi indy
How do I create an IHTMLDocument2 using a string from TIdHTTP?

I download a URL with IdHTTP.Get, and I need to search the HTML tags and extract some data. How …

delphi html-parsing indy ihtmldocument
Is there a way to set response timeout for Indy Tidhttp gets?

I have built a simple website monitoring application using Indy TIdhttp component. I want to detect when a designated page …

delphi indy
Delphi - MemoryStream or FileStream

I am downloading an EXE file from internet using Indy (idHTTP), and I can use memorystream or filestream to save …

delphi filestream indy memorystream idhttp
Delphi 2009, Indy 10, TIdTCPServer.OnExecute, how to grab all the bytes in the InputBuffer

I am messing around with the Indy 10 supplied with Delphi 2009 and am having trouble with getting all the data from …

delphi delphi-2009 indy