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?