Einzelnen Beitrag anzeigen

Dax
(Gast)

n/a Beiträge
 
#3

Re: Prüfen ob Kategorie schon in Combobox existiert!

  Alt 10. Apr 2005, 16:28
Delphi-Quellcode:
if ComboBox1.Items.IndexOf(SomeString) = -1 then
  ComboBox1.Items.Append(SomeString);
  Mit Zitat antworten Zitat