Project: Console Application Runner Classes
Unit: PJConsoleApp
Applies to: ~>3.0
type
TPJConsoleColors = record
Foreground: TPJConsoleColor;
Background: TPJConsoleColor;
end;
Type of the TPJConsoleApp.ConsoleColors property. Records the console's foreground and background colours.
- TPJConsoleApp.ConsoleColors property
- TPJConsoleColor enumerated type
- MakeConsoleColors routine