Dblookupcombobox listfieldindex Setting the index the combobox comes empty

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;
    
asked by anonymous 17.02.2017 / 13:16

1 answer

0

I solved it as follows Using keyValue

cbcPais.keyValue :=1;
    
17.02.2017 / 13:27