search and filter in Columncombobox

Hello,

Hello,

is there a DBColumnCombobox or other component where I can read in a project number and project name from a DB, and then when I type in part of the project name, the selection only shows the projects that match the search?

1TMS
2 Delphi
3 Embarcadero

If I type an e in the text field, the following should be displayed:
2 Delphi
3 Embarcadero

Thanks

Mike

You might have a look at TDBAdvSearchEdit

great thank you
it has become DBAdvSearchEdit.
You have so many beautiful things, it's easy to lose track :-)
Mike