FMX.InertialMovement.TAniCalculations.UpDownTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpDownTime: TDateTime read FUpDownTime;

C++

__property System::TDateTime UpDownTime = {read=FUpDownTime};

Properties

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

Description

Keeps the last moment when the mouse (or finger) was pressed down or released (got up).

See Also