FMX.InertialMovement.TAniCalculations.Assign
Delphi
procedure Assign(Source: TPersistent); override;
C++
virtual void __fastcall Assign(System::Classes::TPersistent* Source);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
Description
Copies the contents of the Source object into the current TAniCalculations object.
Assign provides the following functionality:
- If Source is an instance of TAniCalculations, then Assign copies the following properties: Animation, AutoShowing, Averaging, BoundsAnimation, DeadZone, DecelerationRate, Elasticity, Interval, MaxVelocity, MinVelocity StorageTime, TouchTracking, and some other internally used properties.
- If Source is
nil
, then Assign sets the default values to the following properties: Animation, AutoShowing, Averaging, BoundsAnimation, DeadZone, DecelerationRate, Elasticity, Interval, MaxVelocity, MinVelocity StorageTime, TouchTracking, and to some other internally used properties.