- 4.72.2.4. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.2. WinCRT Unit Procedures and Functions
4.72.2.4. CursorTo
4.72.2.4. CursorTo
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
- 4.72.2.4. -