FMX.Layouts.TScrollBox.DisableMouseWheel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisableMouseWheel: Boolean read FDisableMouseWheel write FDisableMouseWheel default 0;

C++

__property DisableMouseWheel = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollBox

Description

Specifies whether the mouse wheel is disabled or not in this scroll box. By default, DisableMouseWheel is set to False.

See Also