FMX and LiveBindings combobox

FMX and LiveBindings combobox

I am looking for a combobox that, when you start typing in it, selects the matching items. Just like a normal combobox in Windows. However, there seems to be no way you can type in a FMX TComboBox.

What do you guys use for this? All suggestions are welcome!

Comments

  1. I tried TComboEdit but it does nothing when you type into it. Also since it only takes strings it is difficult to use key-value items (I want to bind it to a datasource and use as a lookup).

    ReplyDelete

Post a Comment