I've got delphi TComboBox control on my form. It has element button on each line which is when clicked shows a new form with information on the item. What I need to do is when clicked on the button it shouldn't change previously selected item. Now I just restore the selected item which is not a good solution. Do I need to override any events?
Thanks