Einzelnen Beitrag anzeigen

Benutzerbild von Neutral General
Neutral General

Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#6

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

  Alt 28. Okt 2006, 15:38
Delphi-Quellcode:
for y:=0 to 5 do
BEGIN //!
x:=Combobox1.ItemIndex
Combobox1.Items[y]:=IntToStr(y);
Combobox1.ItemIndex:=x;
END; //!
Wenn du willst das alle Zeilen wiederholt werden musst du den Block mit begin/end; einschließen!

Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
  Mit Zitat antworten Zitat