Delphi Console Applications

Delphi allows to write Console applications as well as GUI applications, while the latter is the default. But “Console” application is not clearly defined in the documentation as I found out only today (and I have been programming in Delphi for about 20 years). There is the {$AppType Console} compiler directive which corresponds to the … Continue reading Delphi Console Applications