Console Window

The console window is used to show any messages during debugging of units/forms/assemblies.

The console window has its own context menu, which includes the following commands:

Data cannot be edited in this window.

Displaying Information in Console Window

Working with development environment console requires using static properties and methods of the Debug class.

It is also possible to create your own object to get debug output. To do this, in custom class redefine methods of the IDebugListener interface.

See also:

Development Environment Windows