Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to avoid the user types into a TComboBox?

I would like that on a TCombobox the only way to change a value is by using the mouse.

If the Items are 1,2 and 3 the user can type 4 and it becomes the value.

i tried to use OnKeyDown but somehow i would like to "avoid key down". How to achieve this?

like image 397
LaBracca Avatar asked Nov 30 '25 14:11

LaBracca


1 Answers

Set TCombobox.Style into csDropDownList, so user would choose only predefined items

like image 53
MBo Avatar answered Dec 02 '25 04:12

MBo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!