FMX.Ani.TRectAnimation.StartFromCurrent
Delphi
property StartFromCurrent: Boolean read FStartFromCurrent write FStartFromCurrent default False;
C++
__property bool StartFromCurrent = {read=FStartFromCurrent, write=FStartFromCurrent, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | TRectAnimation |
Description
Starts the animation of this property from its current value.
If StartFromCurrent is True, set the StartValue property to the current value of the parent's controlled property and start the animation from there.