Previous: 4.72.1.3. CheckEOF variable To the Table of Contents Next: 4.72.1.5. Color Constants
4.72.1.3. CheckEOF variable Table of Contents 4.72.1.5. Color Constants

- 4.72.1.4. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.1. WinCRT Unit Variables
4.72.1.4. CloseOnExit variable


4.72.1.4. CloseOnExit variable

Targets: Win32 GUI


WinCRT Unit

Defines when the WinCRT will be automatically closed at end of program.

Declaration:
var CloseOnExit: Boolean := FALSE;
Remarks:
When CloseOnExit is TRUE, the WinCRT window will be closed automatically after program termination.

If CloseOnExit is FALSE, the WinCRT window will not be closed after program termination, and it will from enter the inactive state.


Previous: 4.72.1.3. CheckEOF variable To the Table of Contents Next: 4.72.1.5. Color Constants
4.72.1.3. CheckEOF variable Table of Contents 4.72.1.5. Color Constants

- 4.72.1.4. -