| [Overview][Types][Classes][Variables][Index] | 
Is the application a console application or not
Source position: custapp.pp line 80
|  public property TCustomApplication.ConsoleApplication : Boolean | 
ConsoleApplication returns True if the application is compiled as a console application (the default) or False if not. The result of this property is determined at compile-time by the settings of the compiler: it returns the value of the IsConsole constant.