I have a problem with Dblookupcombobox, even setting the value of listfieldindex, it is not bringing the item to the combobox
cbcPais.ListIndex := 1;
I have a problem with Dblookupcombobox, even setting the value of listfieldindex, it is not bringing the item to the combobox
cbcPais.ListIndex := 1;
I solved it as follows Using keyValue
cbcPais.keyValue :=1;