Download Delphi 10

5/10/2019
31 Comments
Download Delphi 10 Rating: 6,5/10 9298 reviews

A google search shows a few examples on how to download a file in Delphi but most are buggy and half of the time don't work in my experience.

I'm looking for a simple robust solution which will let me download a single exe (for updating my app) and will hold the execution of the current update thread until the download is done or errors out. The process is already threaded so the download code should hold execution until it's done (hopefully).

Here's two implementations, both seem very complicated
1. http://www.scalabium.com/faq/dct0116.htm
2. http://delphi.about.com/od/internetintranet/a/get_file_net.htm

DaisetsuDaisetsu

3 Answers

The second approach is the standard way of using Internet resources using WinINet, a part of Windows API. I have used it a lot, and it has always worked well. The first approach I have never tried. (Neither is 'very complicated'. There will always be a few additional steps when using the Windows API.)

If you want a very simple method, you could simply call UrlMon.URLDownloadToFile. You will not get any fine control (at all!) about the download, but it is very simple.

Example:

Andreas RejbrandAndreas Rejbrand

Why not make use of indy. If you use the TIdHTTP its simple

1080pHD.Net Tamil HD Videos| Tamil HD 720p MP4 Tamil HQ Video Songs Download 1080p HD Video Songs Free Download. Dec 21, 2018 - Read story Tamil Movie Video Songs 720p Bluray Hd Youtube by nvolbokoncomp with 68 reads. Tamil Movie Video Songs 720p. Sep 29, 2018 - Munbe vaa en anbe vaa- sillunu oru kadhal 720p [HD].mp4. கொஞ்சம் உளறி நான் ஈ 2012 Tamil HD Video Song 1080P Bluray. Tamil 720p HD Video Songs Tamil HD Video Songs TNHQ Video Songs Tamil 1080p HD Video Songs Tamil Videos Songs Free Download TamilHQ.IN. Video tamil movie songs. 720p Hd Video Song Tamil Download by Cybevar, released 25 January 2017 720p Hd Video Song Tamil Download -> 2011.

You can even add a progress bar by using the OnWork and OnWorkBegin Events Watch new orleans saints game today.

I'm not sure if these event fire in the context of the main thread, so any updates done to VCL components may have to be done using the tidnotify component to aviod threading issues. Maybe someone else can check that.

1 win & 3 nominations. See more awards ». Sam Weisman in George of the Jungle (1997) John Cleese and Nicholas Kadi in George of the Jungle. Jump to Animals - George fights with a lion, accidentally swings on a snake instead of a vine, rides an elephant, talks to a bird, and lives with various monkeys. George of the jungle 3. Directed by David Grossman. With Christopher Showerman, Julie Benz, Angus T. Jones, Thomas Haden Church. George, now a father, goes to Las Vegas,.

Mike TaylorMike Taylor
user1141649user1141649

Not the answer you're looking for? Browse other questions tagged windowsdelphiwinapidownload or ask your own question.