TEditorConvertText = packed record Text: PChar; TextLength: integer; end; PEditorConvertText = ^TEditorConvertText;