Previous: GetCharXY function To the Table of Content Next: HideCursor procedure

- 4.8.3.7 -
Standard Units
Crt Unit
CRT Unit Procedures and Functions

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: GetCharXY function To the Table of Content Next: HideCursor procedure
GetCharXY function Table of Content HideCursor procedure

- 4.8.3.7 -