RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.WM_CLOSE Constant

Represents the Windows message WM_CLOSE.

Pascal
WM_CLOSE = $0010;
C++
WM_CLOSE = 0x0010;

This constant is used by Windows messaging. For more information see the MSDN article for WM_CLOSE notification. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!