Einzelnen Beitrag anzeigen

Benutzerbild von City Light
City Light

Registriert seit: 17. Sep 2002
314 Beiträge
 
#6
  Alt 28. Mär 2003, 04:21
zu 2.

Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
var
  I: integer;
begin
  ComboBox1.Items.Add(Edit1.Text);
  I := ComboBox1.Items.IndexOf(Edit1.Text);
  if I > -1 then
    ComboBox1.ItemIndex := I;
end;
Gruße Tino
Bis bald man liest sich
Tino
  Mit Zitat antworten Zitat