type tickettype=(individ,family,collect,vip);
type ticket=record
number:integer;
atype:tickettype;
region:string;
cost:real;
begindate:tdate;
end;
type ff=file of ticket; {на этом месте ошибка}
Останавливается на строке type ff=file of ticket и пишет "[Pascal Error] Unit1.pas(28): E2155 Type 'ticket' needs finalization - not allowed in file type". Как это устранить?
PS компилятор Delphi Architect edition 2006