Einzelnen Beitrag anzeigen

Waldteufel
(Gast)

n/a Beiträge
 
#2

Re: Combobox mit Items versehen...

  Alt 22. Mai 2005, 16:34
Hi.

So gehts:

Delphi-Quellcode:
ComboBox1.Items.Add('Rot');
ComboBox1.Items.Add('Gelb');
ComboBox1.Items.Add('Grün');
ComboBox1.Items.Add('Blau');
ComboBox1.Items.Add('Schwarz');
ComboBox1.Items.Add('Weiß');
  Mit Zitat antworten Zitat