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