FMX.InertialMovement.TAniCalculations.BeginUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginUpdate;

C++

void __fastcall BeginUpdate();

Properties

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

Description

Increments the value of the UpdateCount property by 1.

BeginUpdate is called automatically from the Create constructor. Do not call it explicitly in your applications.

See Also