- 4.8.1.8 -
Table of Contents
4. Standard Units
4.8. CRT - Keyboard and monitor control routines
4.8.1.8 TextAttr variable
4.8.1.8 TextAttr variable
Targets: MS-DOS, OS/2, Win32 console
CRT Unit
Stores currently selected text attributes.
Declaration:
var TextAttr: Byte := LigthGray;
Remarks:
The text attributes are normally set through calls to
TextColor and
TextBackGround.
Win32 target:
Direct change of TextAttr variable will have not effect.
Use TextColor, TextBackground, HighVideo and
LowVideo procedures instead.
- 4.8.1.8 -