- 4.37.1.12. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.1. Graph Unit Types, Constants, and Variables
4.37.1.12. IgnoreCloseMessage variable
4.37.1.12. IgnoreCloseMessage variable
Targets: Win32 only
Graph Unit
Enables or disables responding on WM_CLOSE message.
Declaration:
var IgnoreCloseMessage: Boolean;
Remarks:
If IgnoreCloseMessage = TRUE, WM_CLOSE message will be ignored (default).
If IgnoreCloseMessage = FALSE, WM_CLOSE message will be processed in
usual way and the application can be closed by pressing Alt+F4.
- 4.37.1.12. -