IDebug.AssertMsg

Syntax

AssertMsg(Condition: Boolean; Message: String);

Parameters

Condition. Condition checked in the 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