IDebug.Fail

Syntax

Fail(Message: String);

Parameters

Message. Error message that should be displayed.

Description

The Fail method displays the error message passed by the Message parameter.

Comments

Error messages are displayed without indents and always from the beginning of the line.

See also:

IDebug