Language:
Русский
English
WinCrt Variables
The WinCrt unit declares several typed constants (which have initial values) and one variable.
WindowOrg (TPoint)
WindowSize (TPoint)
ScreenSize (TPoint)
Cursor (TPoint)
Origin (TPoint)
InactiveTitle (PChar)
AutoTracking (Boolean)
CheckEOF (Boolean)
CheckBreak (Boolean)
WindowTitle (array [0..79] of Char)
You can regard the typed constants as variables because you can change the initial values of most of them to suit your needs.