Enumerated type that indicates the direction for scrollbar arrows.
Source position: graphutil.pp line 64
type TScrollDirection = (
sdLeft,
sdRight,
sdUp,
sdDown
);