Tom
Tom

Reputation: 3044

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?

Upvotes: 5

Views: 2012

Answers (1)

TLama
TLama

Reputation: 76733

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

Upvotes: 11

Related Questions