[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enumerated type with values that represent the orientation for a track bar.
Source position: comctrls.pp line 2726
type TTrackBarOrientation = ( |
||
trHorizontal, |
|
Represents the horizontal orientation. |
trVertical |
|
Represents the vertical orientation. |
); |
Version 4.0 | Generated 2025-05-03 | Home |