FMX.InertialMovement.TAniCalculations.Down

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Down: Boolean read FDown write SetDown;

C++

__property bool Down = {read=FDown, write=SetDown, nodefault};

Properties

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

Description

Specifies that the user has pressed a mouse button or has touched the touch screen.

See Also