ReturnToInitialState: Boolean;
ReturnToInitialState: System.Boolean;
The ReturnToInitialState property determines whether the time line should return to its initial state.
If the property is set to True, the time line is iterated over, the animation step with index 0 becomes again the current step. If the property is set to False, the animation is finished, the current step is the last line step.
Example of use is given on the description page of the IVZTimeLine.CurrentIndex property.
See also: