Previous: 4.72.1.4. CloseOnExit variable To the Table of Contents Next: 4.72.1.6. CurOrg variable
4.72.1.4. CloseOnExit variable Table of Contents 4.72.1.6. CurOrg variable

- 4.72.1.5. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.1. WinCRT Unit Variables
4.72.1.5. Color Constants


4.72.1.5. Color Constants

Targets: Win32 GUI


WinCRT Unit

Use these color constants with TextColor and TextBackGround procedures.

Declaration:
const
   Black         = $000000;
   Maroon        = $000080;
   Green         = $008000;
   Olive         = $008080;
   Navy          = $800000;
   Purple        = $800080;
   LightCyan     = $800080;
   Teal          = $808000;
   Gray          = $808080;
   Silver        = $C0C0C0;
   Red           = $0000FF;
   Lime          = $00FF00;
   Yellow        = $00FFFF;
   Blue          = $FF0000;
   Fuchsia       = $FF00FF;
   Aqua          = $FFFF00;
   LightGray     = $C0C0C0;
   DarkGray      = $808080;
   White         = $FFFFFF;



Previous: 4.72.1.4. CloseOnExit variable To the Table of Contents Next: 4.72.1.6. CurOrg variable
4.72.1.4. CloseOnExit variable Table of Contents 4.72.1.6. CurOrg variable

- 4.72.1.5. -