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