- 4.72.1.1. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.1. WinCRT Unit Variables
4.72.1.1. AutoTracking variable
4.72.1.1. AutoTracking variable
Targets: Win32 GUI
WinCRT Unit
Controls automatic cursor tracking in the CRT window.
Declaration:
var AutoTracking: Boolean := TRUE;
Remarks:
When AutoTracking is TRUE, the WinCRT window automatically
scrolls to ensure that the cursor is visible after each
Write(Ln).
If AutoTracking is FALSE, the WinCRT window will not scroll
automatically, and text written to the window may not be visible
to the user.
- 4.72.1.1. -