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:
Select All. Selects Output (console window) content.
Copy. Copies selected messages.
Clear. Clears the console window.
You cannot edit data in this 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: