TEditorSetPosition
The EditorSetPosition stucture for Delphi:
TEditorSetPosition = packed record CurLine: integer; CurPos: integer; CurTabPos: integer; TopScreenLine: integer; LeftPos: integer; Overtype: integer; end; PEditorSetPosition = ^TEditorSetPosition;