lo intenté, pero cuando declaro un archivo del tipo registor me devuelve este error
[DCC Error] Principal.pas(165): E2155 Type 'THistorial' needs finalization - not allowed in file type
para declarar uso este código
Código Delphi
[-]
var
Reg: file of THistorial;
begin
end;