IDebugListener.Fail

Syntax

Fail(Message: String);

Parameters

Message - error message that must be displayed.

Description

The Fail method displays an error message. This method must be redetermined in the custom class.

Example

The method use is given in description of the IDebugListeners.Add method.

See also:

IDebugListener