Hi there,
This component will allow you to create a combobox with any item you desire.
All you need to do is set the Items property with the following string pattern
KEY,TEXT;KEY2,TEXT2;KEY3,TEXT3
And the component will do the rest.
Here is the code.
olafecorcam/com.leandro.gp.combobox · GitHub
Use the following BIAL syntax to get the values inside the combo.
COMBOBOX_1.getSelectedKey(); COMBOBOX_1.getSelectedValue();
Best
Leandro