IVZEffects.InsertAt

Syntax

InsertAt(Index: Integer, Value: IVZEffect);

Parameters

Index. Index of the position, to which effect should be added.

Value. The effect that is added to the collection.

Description

The InsertAt method inserts effect to the specified position of the collection.

Comments

On inserting the effect to the position, the effects that are located starting from the insert position are offset one step down.

Example

The method use is given in the example for IVZEffects.Add.

See also:

IVZEffects