TTickStyle - enumerated type denoting style of tick marks.
Source position: comctrls.pp line 2731
type TTickStyle = ( |
||
tsNone, |
|
Tick marks are disabled. |
tsAuto, |
|
The tick mark count is determined using the Min, Max, and Frequency for a track bar control. |
tsManual |
|
The number of tick marks is manually calculated. Used for the Mac OS Cocoa widgetset. |
); |
| Version 4.6 | Generated 2026-02-20 | Home |