I use an integer field to store the user's rank: 0=admin, 1=base, ....
In a FMX form I would like to manage this field with a combobox showing the rank string (admin, base, ...).
Is there a way to do this with Live Binding?
I use an integer field to store the user's rank: 0=admin, 1=base, ....
In a FMX form I would like to manage this field with a combobox showing the rank string (admin, base, ...).
Is there a way to do this with Live Binding?