IVZStringArray.Count

Syntax

Count: Integer;

Description

The Count property returns the size of array.

Comments

To get an element with the specified index, use the IVZStringArray.Item property.

Example

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

See also:

IVZStringArray