IVZLongArray.InsertAt

Syntax

InsertAt(Index: Integer, Value: Integer);

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.

Example

Example of use is given on the description page of the IVZLongArray.Add method.

See also:

IVZLongArray