[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TProgressBarOrientation - enumerated type with a series of constants denoting the orientation of the progress bar
Source position: comctrls.pp line 1282
type TProgressBarOrientation = ( |
||
pbHorizontal, |
|
|
pbVertical, |
|
|
pbRightToLeft, |
|
|
pbTopDown |
|
|
); |
lazarus-ccr.sourceforge.net |