Ho Fatto in questo modo:
codice:
procedure TForm2.Exit1Click(Sender: TObject);
begin
Username.Items.SaveToFile('Config.ini');
close;
end;
end;
ma mi da questo errore:
[Error] Invio.pas(532): Undeclared identifier: 'Items'