FMX.CalendarEdit.TCalendarEdit.OnMouseWheel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseWheel: TMouseWheelEvent read FOnMouseWheel write FOnMouseWheel;

C++

__property OnMouseWheel _DEPRECATED_ATTRIBUTE0 ;

Properties

Type Visibility Source Unit Parent
event published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: OnMouseWheel is deprecated.

Occurs when the mouse wheel moves while the control has focus.

FMX.CalendarEdit.TCalendarEdit.OnMouseWheel inherits from FMX.Controls.TControl.OnMouseWheel. All content below this line refers to FMX.Controls.TControl.OnMouseWheel.

Occurs when the mouse wheel moves while the control has focus.

OnMouseWheel also occurs when the MouseWheel is called.

Write an event handler for OnMouseWheel to specify what happens when the mouse wheel is moved while the control has focus.

See Also