Situation: I need to save into the combobox two parameters, a String(user can see) and an int (user can't see).
How can I convert a String/int in TObject or, if it's possible, convert one of my classes(object) in TObject?
Situation: I need to save into the combobox two parameters, a String(user can see) and an int (user can't see).
How can I convert a String/int in TObject or, if it's possible, convert one of my classes(object) in TObject?