Registriert seit: 13. Aug 2002
17.196 Beiträge
Delphi 10.4 Sydney
|
Re: ListBox mittel StringList in eine txt schreiben und lese
25. Okt 2009, 21:25
Das kürzeste Tutorial aller Zeiten:
Delphi-Quellcode:
MyListBox.Items.SaveToFile(<DateiNameMitPfad);
MyListBox.Items.LoadFromFile(<DateiNameMitPfad>);
Windows Vista - Eine neue Erfahrung in Fehlern.
|