Previous: Input variable To the Table of Content Next: IsLibrary variable

- 4.62.1.17 -
Standard Units
System Unit
System Unit Variables

IsConsole variable

Targets: MS-DOS, OS/2, Win32


System Unit

I>IsConsole is a boolean varible which is TRUE if the program was compiled as a console application.

Declaration:
var IsConsole: Boolean;
Remarks:
IsConsole is FALSE if the program was compiled as GUI (Win32) or PM (OS/2) application.

MS-DOS target:
IsConsole variable is always TRUE.


Previous: Input variable To the Table of Content Next: IsLibrary variable
Input variable Table of Content IsLibrary variable

- 4.62.1.17 -