Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Endless progressbar?

I am trying to download a file with Indy but the file is served by a PHP script so it does not have any Content-Length specified. Therefore I cannot set Progressbar.Max. I saw Windows has some nice endless progressbars- is such thing available in Delphi?

like image 899
Tom Avatar asked Dec 27 '22 09:12

Tom


1 Answers

Set to a common TProgressBar control the Style property to pbstMarquee.

like image 130
TLama Avatar answered Jan 17 '23 16:01

TLama