FMX.InertialMovement.TAniCalculations.UpdateCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateCount: Integer read FUpdateCount;

C++

__property int UpdateCount = {read=FUpdateCount, nodefault};

Properties

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

Description

Keeps the number of calls to BeginUpdate that have not been followed by calls to EndUpdate.

TAniCalculations uses UpdateCount to track calls to the BeginUpdate and EndUpdate methods. Every call to BeginUpdate increments the value of UpdateCount. Every call to EndUpdate decrements UpdateCount.

TAniCalculations uses the UpdateCount property internally.

See Also