RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMLButtonDown Type

TWMLButtonDown represents the Windows message that occurs when the user clicks the left mouse button.

Pascal
TWMLButtonDown = TWMMouse;
C++
TWMMouse TWMLButtonDown;

Messages

TWMLButtonDown is the data structure that CLX uses for Windows messages informing an application that the user just clicked the left mouse button. It is the same as all mouse messages. 

TMessage 

TWMMouse 

TWMPaint 

TWMMenuChar 

TWMNotify 

TWMKey

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!