IVZStringArray.InsertAt

Syntax

InsertAt(Index: Integer, Value: String);

Parameters

Index. Index of added element

Value. Value of added element.

Description

The InsertAt method adds a new element to array by the selected index.

Comments

To remove an array element by its index, use the IVZStringArray.Remove method.

Example

The property use is given in the example for IVZStringArray.Add.

See also:

IVZStringArray