FMX.Ani.TIntAnimation.StartValue
Delphi
property StartValue: Integer read FStartValue write FStartValue stored True nodefault;
C++
__property int StartValue = {read=FStartValue, write=FStartValue, stored=true, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | TIntAnimation |
Description
Starts the animation of this property from this value.
For a TIntAnimation, StartValue is an integer number containing the value to start animating the controlled property from. If StartFromCurrent is True, StartValue is reassigned to the current value of the property when the animation starts.