TEditorConvertText

Far Manager

TEditorConvertText

The EditorConvertText stucture for Delphi:
TEditorConvertText = packed record
  Text: PChar;
  TextLength: integer;
end;
PEditorConvertText = ^TEditorConvertText;