FMX.Controls.TPathAnimation.Start
Delphi
procedure Start; override;
C++
virtual void __fastcall Start();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TPathAnimation |
Description
Starts running the animation.
Start initializes the processing of the animation. The animation runs for Duration seconds, as the Position property changes. You can terminate the animation using the inherited Stop method.
Note: The object being animated (that is, the Parent of this animation) must be a control that is visible; otherwise calling Start has no visible effect.
See Also
- FMX.Controls.TPathAnimation.Create
- FMX.Ani.TAnimation.Start
- FMX.Ani.TAnimation.Stop
- FMX.Ani.TAnimation.Loop
- FMX.Ani.TAnimation.Enabled