IVZStringArray.Count

Fore syntax

Count: Integer;

Fore.NET 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.

Fore and Fore.NET examples

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

See also:

IVZStringArray