IDebug.AssertMsg

Syntax

AssertMsg(Condition: Boolean; Message: String);

Parameters

Condition - condition checked in the method.

Message - user error message displayed if the Condition condition is False.

Description

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

See also:

IDebug

IDebug.Listeners