TTickStyle - enumerated type denoting style of tick marks
Source position: comctrls.pp line 2591
type TTickStyle = (
tsNone,
tsAuto,
tsManual
);