Assert(Condition: Boolean);
Condition - condition checked in the method.
The Assert method checks the Condition condition and displays an error message "Assert failed" if the condition is False.
See also:
IDebug
IDebug.Listeners