Language:
Русский
English
AutoTracking (variable) (WinCrt unit)
Controls automatic cursor tracking in the CRT window.
const AutoTracking: Boolean = True;
When AutoTracking is True, the CRT window automatically scrolls to ensure that the cursor is visible after each Write and Writeln.
If AutoTracking is False, the CRT window will not scroll automatically, and text written to the window may not be visible to the user.