Remove arrow down from a ComboBox

2

I want to use a TComboBox with the property style = csDropDown as if it were a TEdit . But why use a TComboBox then? Because I want only one feature of it, AutoComplete . However, I want to remove the down arrow in the right corner of the component. Can you do that?

    
asked by anonymous 09.04.2018 / 19:23

1 answer

1

The comboBox is quite interesting, I tested here how you want it worked ... with style = csSimple . You only complete it with the names previously entered in the Items property.

    
09.04.2018 / 21:34