IVZDataDictionary.Item

Fore syntax

Item(Key: String): Variant;

Fore.NET syntax

Item[Key: string]: object;

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.

Fore and Fore.NET examples

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

See also:

IVZDataDictionary