TConsole Delphi component - Version 1.01 The main purpose of TConsole component is to facilitate testing and debugging process by providing convenient device for tracing (both visually and by recording onto appointed disk file). TConsole component imitates a classic console. It uses its own form (which is dynamically created) with a Memo control on it displaying lines that are passed to the Console both by a program and by a user, and an Edit control for entering user input. At design time TConsole is a non-visual component.