TEditorSaveFile

Far Manager

TEditorSaveFile

The EditorSaveFile stucture for Delphi.
TEditorSaveFile = packed record
  FileName: packed array[0..Pred(NM)] of char;
  FileEOL: PChar;
end;
PEditorSaveFile = ^TEditorSaveFile;
See also: