- 4.37.1.11. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.1. Graph Unit Types, Constants, and Variables
4.37.1.11. IgnoreBreak variable
4.37.1.11. IgnoreBreak variable
Targets: Win32 only
Graph Unit
You can enable and disable responding on Ctrl+Break and
Ctrl+C pressing.
Declaration:
var IgnoreBreak: Boolean;
Remarks:
If IgnoreBreak = TRUE, Ctrl+Break and Ctrl+C will be ignored (default).
If IgnoreBreak = FALSE, Ctrl+Break and Ctrl+C will terminate the application.
- 4.37.1.11. -