Previous: CloseOnExit variable To the Table of Content Next: CurOrg variable

- 4.67.1.5 -
Standard Units
WinCRT
WinCRT Unit Variables

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: CloseOnExit variable To the Table of Content Next: CurOrg variable
CloseOnExit variable Table of Content CurOrg variable

- 4.67.1.5 -