FMX.Ani.TColorKeyAnimation.StartFromCurrent
Delphi
property StartFromCurrent: Boolean read FStartFromCurrent write FStartFromCurrent;
C++
__property bool StartFromCurrent = {read=FStartFromCurrent, write=FStartFromCurrent, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | TColorKeyAnimation |
Description
Starts the animation of this property from its current value.
If StartFromCurrent is True, the animation starts from the current value of the parent's controlled property.