IVZTimeLine.ReturnToInitialState

Syntax

ReturnToInitialState: Boolean;

Description

The ReturnToInitialState property determines whether the time line should return to its initial state.

Comments

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

Example of use is given on the description page of the IVZTimeLine.CurrentIndex property.

See also:

IVZTimeLine