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

TProgressBarOrientation

TProgressBarOrientation - enumerated type with a series of constants denoting the orientation of the progress bar

Declaration

Source position: comctrls.pp line 1717

type TProgressBarOrientation = (

  pbHorizontal,

  

  pbVertical,

  

  pbRightToLeft,

  

  pbTopDown

  

);