|
| equivalent to combobox.itemindex := -1? |
 |
Wed, 16 Aug 2006 11:25:55 +020 |
I have a couple of databound comboboxes in my application but so far
haven't found out how to set the item index to -1.
combobox.set_SelectedIndex(-1);
seems to have no effect whatsoever :-( It always displays the first item
in the list.
How can I achieve the desired behaviour?
TIA.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|