IDebug.AssertMsg

Syntax

AssertMsg(Condition: Boolean; Message: String);

Parameters

Condition. Condition being checked in method.

Message. Custom error message displayed if the Condition condition is set to False.

Description

The AssertMsg method checks the Condition and displays an error message if the condition is False.

See also:

IDebug | IDebug.Listeners