FMX.InertialMovement.TAniCalculations.CancelTargetX

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CancelTargetX: Boolean read FCancelTargetX;

C++

__property bool CancelTargetX = {read=FCancelTargetX, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

Defines whether inertial scrolling is impossible in the horizontal direction.

If CancelTargetX is True, then horizontal inertial scrolling is impossible. For example, MouseDown sets CancelTargetX to False. CancelTargetX is used in DoCalc.

See Also