You are here: Symbol Reference > JSProgressBar Namespace > Structs, Records, Enums > JSProgressBar.TProgressStyle Enumeration
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSProgressBar.TProgressStyle Enumeration

The style of the progress bar. The default style is psNormal.

Pascal
TProgressStyle = (
  psNormal,
  psMarquee
);

JSProgressBar

Members 
Description 
psNormal 
Use the normal style when you know the maximum value of the progress and can update it when required. 
psMarquee 
Use the marquee style to show an indeterminate progress bar. That is a progress bar that you do not know when it is going to finish. 
Copyright © 2013 by LMD Innovative. All rights reserved.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!