How to input data in combobox or listbox from database? I'm not using Firebird btw. 
There are database-aware versions of both: TDBComboBox and TDBListBox. They are database agnostic, and can be used with a TDataset assigned the DataSource for the components. See the Data Controls tab in the IDE.