Lookup combo with just the list from a DB

What I would like to have is a combobox where the dropdown list is took from a database, but the combobox itself it's not db-aware, i.e. it's not linked to a datasource.


Is it possible ?

You can use TAdvDBLookupComboBox for this.

It can work with a ListSource and an unused DataSoure.
See demo AdvDBLookupComboBoxNoDataSourceDemo.dproj in Demo\AdvDBLookupComboBox folder