Language:
Русский
English
Cursor (variable) (WinCrt unit)
Contains the current position of the cursor within the virtual screen.
const Cursor: TPoint = (X: 0; Y: 0);
The upper left corner corresponds to (0, 0). Cursor is a read-only variable; do not assign values to it.