Represents the buttons used in a TCustomUpDown control.
Source position: comctrls.pp line 1915
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.6 | Generated 2026-02-20 | Home |