FMX.Ani.TFloatAnimation.StartFromCurrent

From RAD Studio API Documentation
Jump to: navigation, search

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 TFloatAnimation

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.

See Also

Code Examples