IVZDataDictionary.Count

Fore syntax

Count: Integer;

Fore.NET syntax

Count: integer;

Description

The Count property returns dictionary size.

Comments

To determine dictionary element by its key, use the IVZDataDictionary.Item property.

Fore and Fore.NET examples

The property use is given in the example for the IVZDataDictionary.Add method.

See also:

IVZDataDictionary