[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TCustomAbstractGroupedEdit.EditMouseWheelDown

Signals the OnMouseWheelDown event handler (when assigned).

Declaration

Source position: groupededit.pp line 232

protected procedure TCustomAbstractGroupedEdit.EditMouseWheelDown(

  Shift: TShiftState;

  MousePos: TPoint;

  var Handled: Boolean

); virtual;

Arguments

Shift

  

Ctrl, Alt, or Shift modifier for the mouse wheel event.

MousePos

  

TPoint instance with the coordinates for the mouse pointer in the notification event.

Handled

  

Returns True if the mouse wheel event is handled by the control.

See also

TCustomAbstractGroupedEdit.OnMouseWheelDown

  

Event handler signalled for a downward movement of the mouse wheel.

TControl.OnMouseWheelDown

  

Event handler signalled for a downward movement of the mouse wheel.


Version 3.2 Generated 2024-02-25 Home