Einzelnen Beitrag anzeigen

Garland

Registriert seit: 7. Okt 2003
Ort: Göttingen
22 Beiträge
 
Delphi 2005 Personal
 
#18

Re: Wie geht's: Ini - Section in ComboBox ?

  Alt 17. Dez 2004, 21:13
Hmh, ich würde es mal so ausprobieren:

Delphi-Quellcode:
procedure TForm1.Button12Click(Sender: TObject);
[...]
ini.ReadSections(sections);
for i := 1 to sections.count do
 ini.EraseSection(sections[i - 1]);
[...]
end;
  Mit Zitat antworten Zitat