Handles a LM_LBUTTONDOWN (left mouse button down) message for the control.
Source position: controls.pp line 1348
protected procedure TControl.WMLButtonDown( |
var Message: TLMLButtonDown |
); message; |
Message |
|
Message handled in the method. |
Sets MouseCapture to True when enabled in the ControlStyle property and the left mouse button is included in CaptureMouseButtons. Includes csClicked in ControlState when click events have been enabled in the ControlStyle property.
Calls the DoMouseDown method to perform the mouse button event for the control, and to signal its OnMouseDown event handler (when assigned). No mouse down actions are performed when standard events are ignored by including csNoStdEvents in the ControlStyle property.
|
Contains style flags which control the features or behaviors enabled for the control. |
|
|
True when mouse messages are currently captured by this control. |
|
|
Indicates the mouse button(s) which are captured for the control. |
|
|
Performs actions needed to handle a mouse down event for the control. |
|
|
Handles a mouse down event for the control. |
|
|
Event handler signalled when a mouse down event is handled for the control. |
|
|
Enumeration of recognized mouse buttons. |
CT Web help |
CodeTyphon Studio |