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

TProgressBarOrientation

Represents the orientations used for a progress bar.

Declaration

Source position: comctrls.pp line 1787

type TProgressBarOrientation = (

  pbHorizontal,

  

Progress bar is oriented horizontally, and displays progress from left to right.

  pbVertical,

  

Progress bar is oriented vertically, and displays progress from bottom to top.

  pbRightToLeft,

  

Progress bar is oriented horizontally, and displays progress from right to left.

  pbTopDown

  

Progress bar is oriented vertically, and displays progress from top to bottom.

);

Description

TProgressBarOrientation is an enumerated type with values that represent the orientations used for a progress bar. TProgressBarOrientation is the type used to implement the TCustomProgressBar.Orientation property.

See also

TCustomProgressBar.Orientation

  

Specifies the orientation and direction for the progress bar.


Version 3.2 Generated 2024-02-25 Home