Previous: 4.8.1.7 LastMode variable To the Table of Contents Next: 4.8.1.9 WindMax variable
4.8.1.7 LastMode variable Table of Contents 4.8.1.9 WindMax variable

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


Previous: 4.8.1.7 LastMode variable To the Table of Contents Next: 4.8.1.9 WindMax variable
4.8.1.7 LastMode variable Table of Contents 4.8.1.9 WindMax variable

- 4.8.1.8 -