Hallo,
zeig mal deinen Code (Glaskugeln sind heutzutage so teuer)
Also so etwas sollte klappen:
Delphi-Quellcode:
Mycombobox.Items.Clear;
MyCombobox.Items.Add('
Eins');
MyCombobox.Items.Add('
Zwei');
MyCombobox.Items.Add('
WUPPDI');
MyCombobox.Items.Add('
Drei');
MyCombobox.Items.Add('
Vier');
MyCombobox.ItemIndex := 2;
Jetzt sollte in der Combobox "
WUPPDI" angezeigt werden.
Was machst du anders?
Ciao,
Ralf