API:FMX.Ani.TBitmapListAnimation

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Ani.TCustomPropertyAnimationFMX.Ani.TAnimationFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBitmapListAnimation

Delphi

TBitmapListAnimation = class(TCustomPropertyAnimation)

C++

class PASCALIMPLEMENTATION TBitmapListAnimation : public TCustomPropertyAnimation

Properties

Type Visibility Source Unit Parent
class public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani FMX.Ani

Description

Is the parent class for all animations (TIntAnimation, TFloatAnimation, and so on).

FMX.Ani.TBitmapListAnimation inherits from FMX.Ani.TCustomPropertyAnimation. All content below this line refers to FMX.Ani.TCustomPropertyAnimation.

Is the parent class for all animations (TIntAnimation, TFloatAnimation, and so on).

TCustomPropertyAnimation introduces the PropertyName property that specifies the property on which the animation is applied.

See Also