IVZStringArray.Item

Syntax

Item(Index: Integer): String;

Parameters

Index. Index of the element that must be determined.

Description

The Item property determines array element by its index and returns its key.

Comments

To get the number of array elements, use the IVZStringArray.Count property.

Example

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

See also:

IVZStringArray