FMX.StdCtrls.TLabel.OnMouseWheel

From RAD Studio API Documentation
Jump to: navigation, search

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 TLabel

Description

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

FMX.StdCtrls.TLabel.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