Search Results

1
vote

Is there a TDBComboBox equivalent that goes by ItemIndex?

You can fill TDBComboBox items with numbers ('0, '1', '2', ...), but set DBComboBox1.Style to csOwnerDrawFixed and write OnItemDraw event. Something like this: procedure TForm1.DBCo …