IVZStringArray.Remove

Syntax

Remove(Index: Integer);

Parameters

Index. Index of the element to be removed.

Description

The Remove method removes an array element by the selected index.

Comments

To remove all array elements, use the IVZStringArray.Clear method.

Example

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

See also:

IVZStringArray