[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents the visual display styles used for a progress bar.
Source position: comctrls.pp line 1801
type TProgressBarStyle = ( |
||
pbstNormal, |
|
Progress bar indicator is displayed as a static bar using the native drawing style or theme for the platform. |
pbstMarquee |
|
Progress bar indicator is displayed as an animated marquee, where movement indicates activity but does not reflect the completed portion of a task. |
); |
TProgressBarStyle is an enumerated type with values that represent visual display styles for a progress bar. TProgressBarStyle is the type used to implement the TCustomProgressBar.Style property.
|
Drawing style for the progress bar. |
|
|
Indicates if the progress bar indicator is drawn as a smooth solid bar, as opposed to individual bar segments. |
Version 4.0 | Generated 2025-05-03 | Home |