FMX.Ani.TAnimator.StopAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure StopAnimation(const Target: TFmxObject; const AName: string);

C++

__classmethod void __fastcall StopAnimation(Fmx::Types::TFmxObject* const Target, const System::UnicodeString AName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TAnimator

Description

Stops the animation given through its name.

StopAnimation iterates through all the children of this FMX object and, if one of them is of type TAnimation and has the name specified through AName, stops the animation.

See Also