[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles mouse up events for the control.
Source position: stdctrls.pp line 827
protected procedure TCustomEdit.MouseUp( |
Button: TMouseButton; |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); override; |
Button |
|
Mouse button examined in the method. |
Shift |
|
Shift / Ctrl / Alt modifier for the mouse event. |
X |
|
Horizontal screen coordinate for the mouse event. |
Y |
|
Vertical screen coordinate for the mouse event. |
Selects all of the Text in the control when a left mouse button event occurs in the focused control and AutoSelect is set to True.
|
Signals the OnMouseUp handler. |
Version 4.0 | Generated 2025-05-03 | Home |