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

Set the state of the progress bar. The default state is pbstNormal.

Pascal
TProgressBarState = (
  pbstNormal,
  pbstError,
  pbstPaused
);

JSProgressBar

Members 
Description 
pbstNormal 
The progress bar is drawn green/blue. 
pbstError 
The progress bar is drawn red. 
pbstPaused 
The progress bar is drawn yellow. 
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!