- 4.8.2.7. -
Table of Contents
4. Standard Units
4.8. CRT - Keyboard and monitor control routines
4.8.2. CRT Unit Procedures and Functions
4.8.2.7. GotoXY procedure
4.8.2.7. GotoXY procedure
Targets: MS-DOS, OS/2, Win32
CRT Unit, WinCRT Unit
Shifts the cursor over to the given coordinates within
the virtual screen.
Declaration:
procedure GotoXY(X, Y: Byte);
Remarks:
The upper-left corner of the virtual screen corresponds to (1, 1).
- 4.8.2.7. -