FMX.Styles.Objects.TTouchAnimationAdapter.StartAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartAnimation(const Control: TControl; const Kind: TAnimationKind);

C++

void __fastcall StartAnimation(Fmx::Controls::TControl* const Control, const TAnimationKind Kind);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TTouchAnimationAdapter

Description

Starts the touch animation on the pressed position of the specified control, using the specified kind of touch animation.

See Also