Add Value.

Hello,
I have use Knopaca(Raize Components) TRzComboBox just because have avalue pair with items.

please if you can add text/value to display text and use value to save in database instead.

Thanks

You can use: AdvComboBox.Items.AddObject(item, value)?
(with value a TObject that you can use to cast an int to TObject for example)

This feature will not be implemented.