Registriert seit: 9. Jun 2003
Ort: Pforzheim
2.458 Beiträge
Delphi 2007 Professional
|
Re: schleife für listview
9. Feb 2004, 14:09
Vielleicht hilft dir das noch weiter:
Delphi-Quellcode:
Die Namen aller Abschnitte:
ini.ReadSections(ListBox1.items);
Alle Schlüssel zu bestimmten Abschnitten:
ini.ReadSection('Section1',ListBox1.Items);
Alle Werte eines Abschnittes:
ini.ReadSectionValues('Section1', ListBox1.Items);
Christian Bootz Einstein ist tot, Newton ist tot,
und mir ist auch schon ganz schlecht...
|