Einzelnen Beitrag anzeigen

Hallo_Thomas

Registriert seit: 18. Apr 2005
Ort: Dresden
405 Beiträge
 
Delphi 2005 Professional
 
#5

Re: Combobox Strings umbenennen ohne Index zu verändern?

  Alt 28. Okt 2006, 15:37
Delphi-Quellcode:
for y:=0 to5 do
x:=Combobox1.ItemIndex
Combobox1.Items[y]:=IntToStr(y);
Combobox1.ItemIndex:=x;
  Mit Zitat antworten Zitat