Can I display the result of a loop in the console window in a VCL application for debugging purposes?
If you wrote the console application, you can try OutputDebugString function in the console application (I didn't try).
Or you can capture the output of the console application like in Capture the output from a DOS (command/console) Window .
Also, you can check Console Application Runner Classes. I use these classes. I think they are great.