AssertMsg(Condition: Boolean; Message: String);
Condition - condition checked in the method.
Message - user error message displayed if the Condition condition is False.
The AssertMsg method checks the Condition and displays an error message if the condition is False.
See also: