FMX.Ani.TAnimation.Delay
Delphi
property Delay: Single read FDelay write FDelay;
C++
__property float Delay = {read=FDelay, write=FDelay};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | TAnimation |
Description
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.