Registriert seit: 13. Aug 2002
17.196 Beiträge
Delphi 10.4 Sydney
|
Re: ListBox-Eintrag ändern
15. Mär 2005, 19:59
Delphi-Quellcode:
Idx := ListBox1.Items.ItemIndex(Edit2.Text);
if Idx > -1 then
ListBox1.Items[Idx] := '0';
Windows Vista - Eine neue Erfahrung in Fehlern.
|