FMX.CalendarEdit.TCalendarEdit.OnMouseWheel
Delphi
property OnMouseWheel;
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.