Previous: 4.72.1. WinCRT Unit Variables To the Table of Contents Next: 4.72.1.2. CheckBreak variable
4.72.1. WinCRT Unit Variables Table of Contents 4.72.1.2. CheckBreak variable

- 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.


Previous: 4.72.1. WinCRT Unit Variables To the Table of Contents Next: 4.72.1.2. CheckBreak variable
4.72.1. WinCRT Unit Variables Table of Contents 4.72.1.2. CheckBreak variable

- 4.72.1.1. -