Handles a left mouse button double click message for the control.
Source position: controls.pp line 1392
protected procedure TControl.WMLButtonDBLCLK( |
var Message: TLMLButtonDblClk |
); message; |
Message |
|
Window message handled in the method. |
WMLButtonDblClk is a method used to handle a LM_LBUTTONDBLCLK window message for the control. Values in ControlStyle and CaptureMouseButtons are used to determine if MouseCapture is enabled in the method. The MouseDown method is called to update the mouse pointer position and to signal the OnMouseDown event handler (when assigned). The DblClick method is called to signal the OnDblClick event handler (when assigned).
|
True when mouse messages are currently captured by this control. |
|
|
Contains style flags which control the features or behaviors enabled for the control. |
|
|
Indicates the mouse button(s) which are captured for the control. |
|
|
Handles a mouse down event for the control. |
|
|
Signals the OnDblClick event handler (when assigned). |
CT Web help |
CodeTyphon Studio |