IVZStringArray.Clear

Syntax

Clear;

Description

The Clear method deletes all array elements.

Comments

To remove the certain array element, use the IVZStringArray.Remove method.

Example

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

See also:

IVZStringArray