Keys wird im Konstruktor von TProfileWriter erstellt.
Delphi-Quellcode:
constructor TProfileWriter.Create;
begin
inherited;
Reg := TRegistry.Create;
Keys := TStringList.Create;
Reg.RootKey := HKEY_LOCAL_MACHINE;
FindKeys;
end;
FindKeys füllt die Stringliste Keys mit Einträgen.