FMX.Controls3D.TControl3D.OnMouseWheel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseWheel: TMouseWheelEvent read FOnMouseWheel write FOnMouseWheel;

C++

__property Fmx::Types::TMouseWheelEvent OnMouseWheel = {read=FOnMouseWheel, write=FOnMouseWheel};

Properties

Type Visibility Source Unit Parent
event public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

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