TUDBtnType - enumerated type with constants describing the buttons of an UpDown control: Next or Previous
Source position: comctrls.pp line 1820
type TUDBtnType = (
btNext,
btPrev
);