| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Represents the buttons used in a TCustomUpDown control.
Source position: comctrls.pp line 1912
type TUDBtnType = (  | 
||
btNext,  | 
  | 
Represents the Next (Up, Increase Value) button.  | 
btPrev  | 
  | 
Represents the Previous (Down, Decrease Value) button.  | 
);  | 
TUDBtnType is an enumerated type with values that represent the buttons used in a TCustomUpDown control.
| Version 4.0 | Generated 2025-05-03 | Home |