FMX.Ani.TAnimation.Running
Delphi
property Running: Boolean read FRunning;
C++
__property bool Running = {read=FRunning, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | TAnimation |
Description
Indicates whether the animation is currently changing the controlled property.
Running is a read-only Boolean value indicating whether the animation is still running. Considering that an animation processes for Duration seconds, returning from the Start method or the procedures calling Start is not an indication that the animation has completed. The OnFinish event handler can also be used to determine when the animation has finished.