RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.WM_COMMAND Constant

Represents the Windows message WM_COMMAND.

Pascal
WM_COMMAND = $0111;
C++
WM_COMMAND = 0x0111;

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

 

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