Previous: LastMode To the Table of Content Next: WindMax

- 4.8.2.8 -
Standard Units
Crt Unit
CRT Unit Variables

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: LastMode To the Table of Content Next: WindMax
LastMode Table of Content WindMax

- 4.8.2.8 -