Remove down arrow from a ComboBox

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, the AutoComplete.
But I want to remove the down arrow that is in the right corner of the component. How do you do that?

Author: Andrey, 2018-04-09

1 answers

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

 1
Author: Edu Mendonça, 2018-04-09 19:34:31