LETZTE FRAGE ZU DEM THEMA INI/COMBOBOX:
Delphi-Quellcode:
procedure TForm1.Button12Click(Sender: TObject);
begin
try
ini:=TIniFile.create(ExtractFilePath(ParamStr(0))+'data.ini');
repeat
ini.ReadSections(sections);
section := sections[0];
ini.EraseSection(section);
until
sections.Count = 0;
finally
ini.readsections(combobox1.Items);
ini.free;
end;
end;
damit soll eigentlich die liste+ alle sections geleert werden, ich bekomme aber eine accesviolation (was sonst
)
ich wette die antwort is wieder mal simpel...
Wer gegen ein Minimum an Aluminium imun ist, hat eine Aluminiumminimumimmunität.