[Overview][Types][Classes][Index] |
Signals the OnMouseDown event handler (when assigned).
Source position: groupededit.pp line 222
protected procedure TCustomAbstractGroupedEdit.EditMouseDown( |
Button: TMouseButton; |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); virtual; |
Button |
|
Mouse button for the mouse down event notification. |
Shift |
|
Ctrl, Alt, or Shift modifier for the mouse button down event notification. |
X |
|
Horizontal mouse coordinate for the mouse button down event notification. |
Y |
|
Vertical mouse coordinate for the mouse button down event notification. |
Version 4.0 | Generated 2025-05-03 | Home |