[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TTickMark - enumerated type denoting position of tick marks relative to the track bar.
Source position: comctrls.pp line 2727
type TTickMark = ( |
||
tmBottomRight, |
|
Tick marks are displayed on the bottom or right edge for the track bar orientation. |
tmTopLeft, |
|
Tick marks are displayed on the top or left edge for the track bar orientation. |
tmBoth |
|
Tick marks are displayed on both edges of the track bar orientation. |
); |
Version 4.0 | Generated 2025-05-03 | Home |