Remove Down Arrow from a Combobox

Asked

Viewed 460 times

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 only want one feature of it, the AutoComplete.
But I want to remove the down arrow that is in the right corner of the component. It has how to do this?

  • 1

    Try to set the style as csSimple.

  • @Phiter hehe I’m even embarrassed now, vlw!

1 answer

1


The combobox is Very interesting, I tested here how you want it is worked... with style = csSimple. You plus it only completes with the names previously entered in the property Items.

  • Really, but that’s not the problem... feed it into a noose.. Thank you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.