TUDOrientation - enumerated type with constants for orientation of UpDown button (Horizontal or Vertical).
Source position: comctrls.pp line 1878
type TUDOrientation = (
udHorizontal,
udVertical
);