Previous: 4.8.2.6. GetCharXY function To the Table of Contents Next: 4.8.2.8. HideCursor procedure
4.8.2.6. GetCharXY function Table of Contents 4.8.2.8. HideCursor procedure

- 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).


Previous: 4.8.2.6. GetCharXY function To the Table of Contents Next: 4.8.2.8. HideCursor procedure
4.8.2.6. GetCharXY function Table of Contents 4.8.2.8. HideCursor procedure

- 4.8.2.7. -