HI friends,
Is there a possibility to refer to item by its number (in Combobox)?
For example, I read all combobox items from a file.
and I need to do sth like that:
if (comboBox1->Itemnumber=1) then {Action}
I don't want to refer to the text in the combobox to make a condition.
thx for help!