FMX.StdCtrls.TSpeedButton.OnMouseWheel
Delphi
property OnMouseWheel: TMouseWheelEvent read FOnMouseWheel write FOnMouseWheel;
C++
__property OnMouseWheel;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TSpeedButton |
Description
Occurs when the mouse wheel moves while the control has focus.
FMX.StdCtrls.TSpeedButton.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.