RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TProgressBarStyle Enumeration

Use the TProgressBarStyle enumeration to set the Style property in and out of marquee style.

Pascal
TProgressBarStyle = (
  pbstNormal,
  pbstMarquee
);
C++
enum TProgressBarStyle {
  pbstNormal,
  pbstMarquee
};

Used to set the Style property in and out of marquee style. Marquee style uses movement of the highlighted part of the progress bar to indicate that progress is occuring, and not a measure of completion. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!