Console Window

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 options:

You cannot edit data in this window.

Displaying Information in the Console Window

Working with development environment console requires using static properties and methods of the Debug property provides access to them.

You can also create your own object to get debugging information. To do this, in custom class redefine methods of the IDebugListener property provides access to them.

See also:

Development Environment Windows