FMX.Controls.Presentation.TMouseWheelInfo.Handled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Handled: Boolean

C++

bool Handled;

Properties

Type Visibility Source Unit Parent
field public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TMouseWheelInfo

Description

Indicates whether the scroll bar was already moved.

If one of the scrolls bars (vertical or horizontal) was already handled or it does not exist, MouseWheel tries to apply the action on the other scroll bar (if the other scroll bar exists).

See Also