FMX.Controls.TPathAnimation.Start

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Start; override;

C++

virtual void __fastcall Start(void);

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

Code Examples