FMX.Layers3D.TLayout3D.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.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TLayout3D

Description

Occurs when the wheel button moves while the 3D control has focus.

FMX.Layers3D.TLayout3D.OnMouseWheel inherits from FMX.Controls3D.TControl3D.OnMouseWheel. All content below this line refers to FMX.Controls3D.TControl3D.OnMouseWheel.

Occurs when the wheel button moves while the 3D control has focus.

OnMouseWheel also occurs when MouseWheel is called.

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

See Also