IVZDataDictionary.AllKeys

Syntax

AllKeys: IVZStringArray;

Description

The AllKeys property returns keys of all elements.

Comments

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

Example

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

See also:

IVZDataDictionary