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