IVZDataDictionary.Count

Syntax

Count: Integer;

Description

The Count property returns dictionary size.

Comments

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

Example

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

See also:

IVZDataDictionary