IDebug.Assert

Syntax

Assert(Condition: Boolean);

Parameters

Condition. Condition being checked in method.

Description

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

See also:

IDebug