Previous: ClrScr procedure To the Table of Content Next: Delay procedure

- 4.67.2.4 -
Standard Units
WinCRT
WinCRT Unit Procedures and Functions

CursorTo procedure

Targets: Win32 GUI


WinCRT Unit

Moves the cursor to the given coordinates within the WinCRT window.

Declaration:
procedure CursorTo(X, Y: Longint);
Remarks:
CursorTo(X,Y) is equivalent to GotoXY(X + 1, Y + 1).

See also: GotoXY


Previous: ClrScr procedure To the Table of Content Next: Delay procedure
ClrScr procedure Table of Content Delay procedure

- 4.67.2.4 -