RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.WM_LBUTTONDOWN Constant

Represents the Windows message WM_LBUTTONDOWN.

Pascal
WM_LBUTTONDOWN = $0201;
C++
WM_LBUTTONDOWN = 0x0201;

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

 

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