FMX.TabControl.TTabControl.MouseWheel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseWheel(Shift: TShiftState; WheelDelta: Integer; var Handled: Boolean); override;

C++

virtual void __fastcall MouseWheel(System::Classes::TShiftState Shift, int WheelDelta, bool &Handled);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Dispatcher for the OnMouseWheel event.

TTabControl calls MouseWheel in response to mouse wheel rotation while the cursor is over the control.

MouseWheel scrolls between the tab items when there is not enough space to display all tab items.

See TControl.MouseWheel for further details.

See Also