TPJConsoleColors type

Project: Console Application Runner Classes

Unit: PJConsoleApp

Applies to: ~>3.0

type
  TPJConsoleColors = record
    Foreground: TPJConsoleColor;
    Background: TPJConsoleColor;
  end;

Description

Type of the TPJConsoleApp.ConsoleColors property. Records the console’s foreground and background colours.

See Also