March 2000
Intermediate to advanced
576 pages
18h 13m
English
$AppType Compiler Directive
{$AppType GUI} // default
{$AppType Console}Project
The
$AppType
compiler directive tells the linker to create a GUI or console
application. In a console application, Delphi opens the
Input and Output files to read
from and write to the console. When compiling a console application,
Delphi defines the CONSOLE conditional symbol in
all units that make up the project. The default is a GUI application.
| Input Variable, IsConsole Variable, Output Variable, Program Keyword |
Read now
Unlock full access