FMX.Ani.TBitmapListAnimation.Delay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Delay: Single read FDelay write FDelay default 0;

C++

__property Delay = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TBitmapListAnimation

Description

The number of seconds to wait before starting the animation.

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

The number of seconds to wait before starting the animation.

Delay is a real number representing the number of seconds to wait before starting the animation. This period of time is measured from the execution of the Start method or, if Enabled is True, the beginning of the runtime. If Loop is True, the delay is only applied at the beginning of the animation.

See Also