IVZDataDictionary.Item

Syntax

Item(Key: String): Variant;

Parameters

Key. Key of the element that must be determined.

Description

The Itemproperty determine dictionary element by its key.

Comments

To get the number of dictionary elements, use the IVZDataDictionary.Count property.

Example

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

See also:

IVZDataDictionary