FMX.Memo.TMemo.DisableMouseWheel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisableMouseWheel: Boolean read GetDisableMouseWheel write SetDisableMouseWheel default 0;

C++

__property DisableMouseWheel = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TMemo

Description

Defines that the control does not have reaction to Mouse-Wheel event.

FMX.Memo.TMemo.DisableMouseWheel inherits from FMX.ScrollBox.TCustomPresentedScrollBox.DisableMouseWheel. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.DisableMouseWheel.

Defines that the control does not have reaction to Mouse-Wheel event.

See Also