IDebug.Assert

Syntax

Assert(Condition: Boolean);

Parameters

Condition - condition checked in the method.

Description

The Assert method checks the Condition condition and displays an error message "Assert failed" if the condition is False.

See also:

IDebug

IDebug.Listeners