Previous: 4.67.1.16. Input variable To the Table of Contents Next: 4.67.1.18. IsLibrary variable
4.67.1.16. Input variable Table of Contents 4.67.1.18. IsLibrary variable

- 4.67.1.17. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.17. IsConsole variable


4.67.1.17. IsConsole variable

Targets: MS-DOS, OS/2, Win32


System Unit

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: 4.67.1.16. Input variable To the Table of Contents Next: 4.67.1.18. IsLibrary variable
4.67.1.16. Input variable Table of Contents 4.67.1.18. IsLibrary variable

- 4.67.1.17. -