FMX.InertialMovement.TAniCalculations.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndUpdate;

C++

void __fastcall EndUpdate(void);

Properties

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

Description

Decrements the value of the UpdateCount property by 1.

EndUpdate is called automatically from AfterConstruction. Do not call it explicitly in your applications.

See Also