Unit Utils.Output

Uses
Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

Unit which contains functions to display colored output.

Overview

Functions and Procedures

procedure OutputInfo(ABuilder: ICommandBuilder; const ATitle, AText: string; const ABreakLine: Boolean = True);
procedure OutputError(ABuilder: ICommandBuilder; const ATitle, AError: string);

Description

Functions and Procedures

procedure OutputInfo(ABuilder: ICommandBuilder; const ATitle, AText: string; const ABreakLine: Boolean = True);

Outputs a text in console with color from CommandBuilder theme color.

Parameters
ATitle
Title highlighted using the theme's Title color property
AText
information description without accent color, uses the theme's Other color property
procedure OutputError(ABuilder: ICommandBuilder; const ATitle, AError: string);

Outputs a error message in console with color from CommandBuilder theme color.

Parameters
ATitle
Title highlighted using the theme's Title color property
AText
information description with accent color, uses the theme's Error color property

Generated by PasDoc 0.16.0.