- 4.72.1.7. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.1. WinCRT Unit Variables
4.72.1.7. Cursor variable
4.72.1.7. Cursor variable
Targets: Win32 GUI
WinCRT Unit
Contains the current position of the cursor within the WinCRT window.
Declaration:
const Cursor: TLongPoint = (X: 0; Y: 0);
Remarks:
The upper left corner corresponds to
CurOrg.
Cursor is a read-only variable, so do not assign values to it.
- 4.72.1.7. -