IDebugListener.Write

Syntax

Write(Text: String; Category: String);

Parameters

Text - text of the message that must be displayed.

Category - name of the category that is used to organize output data.

Description

The Write method displays a user 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