FMX.Styles.Objects.TTouchAnimationAdapter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AStyleObject: TCustomStyleObject); virtual;

C++

__fastcall virtual TTouchAnimationAdapter(TCustomStyleObject* const AStyleObject);

Properties

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

Description

Creates an instance of TTouchAnimationAdapter.

Create also sets the default values for the properties of this TTouchAnimationAdapter.

See Also