FMX.InertialMovement.TAniCalculations.InTimerProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InTimerProc: Boolean read FInTimerProc;

C++

__property bool InTimerProc = {read=FInTimerProc, nodefault};

Properties

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

Description

InTimerProc is set to True when the inertial scrolling engine starts a timer during calculations of inertial moving parameters.

InTimerProc is used in methods calculating inertial scrolling parameters. InTimerProc is set to True when the inertial scrolling engine starts a timer used during calculations of inertial moving parameters. Checking the InTimerProc value prevents the recursive calling of the calculation procedure if some inertial scrolling properties are changed during the active calculation procedure.

See Also