[Overview][Types][Classes][Index] |
Signals the OnMouseUp event handler (when assigned).
Source position: groupededit.pp line 224
protected procedure TCustomAbstractGroupedEdit.EditMouseUp( |
Button: TMouseButton; |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); virtual; |
Button |
|
Mouse button for the button up event notification. |
Shift |
|
Ctrl, Alt, or Shift modifier for the mouse button up event notification. |
X |
|
Horizontal mouse coordinate where the mouse button up event occurred. |
Y |
|
Vertical mouse coordinate where the mouse button up event occurred. |
|
Event handler signalled when a mouse up event is handled for the control. |
|
|
Event handler signalled when a mouse up event is handled for the control. |
Version 4.0 | Generated 2025-05-03 | Home |