[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TProgressBarStyle

Represents the visual display styles used for a progress bar.

Declaration

Source position: comctrls.pp line 1789

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.

);

Description

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.

See also

TCustomProgressBar.Style

  

Drawing style for the progress bar.

TCustomProgressBar.Smooth

  

Indicates if the progress bar indicator is drawn as a smooth solid bar, as opposed to individual bar segments.


Version 3.2 Generated 2024-02-25 Home