Language:
Русский
English
GotoXY (procedure) (WinCrt unit)
Moves the cursor to the given coordinates within the virtual screen.
Declaration
procedure GotoXY(X, Y: Integer);
Target
Windows, Real, Protected
Remarks
The upper-left corner of the virtual screen corresponds to (1, 1). Use CursorTo instead of GotoXY when developing new applications. GotoXY is provided for compatibility with the Crt unit of Turbo Pascal for DOS.