Represents the buttons used in a TCustomUpDown control.
Source position: comctrls.pp line 1914
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.4 | Generated 2025-11-08 | Home |