[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents state values used when drawing a progress bar.
Source position: comctrls.pp line 1804
type TProgressBarState = ( |
||
pbsNormal, |
|
Progress bar is rendered using the normal drawing style for the platform. |
pbsError, |
|
Progress bar is drawn using a style which indicates an error condition. |
pbsPaused |
|
Progress bar is drawn using a style which indicates that the bar is paused. |
); |
TProgressBarState is an enumerated type with values that represent the states for a progress bar. TProgressBarState is the type used to implement the State property in TTaskDialogProgressBar.
Added in LCL version 4.0.
|
Contains the current drawing state for the progress bar. |
Version 4.0 | Generated 2025-05-03 | Home |