TEditorSaveFile = packed record FileName: packed array[0..Pred(NM)] of char; FileEOL: PChar; end; PEditorSaveFile = ^TEditorSaveFile;