IVZDataDictionary.AllKeys

Fore syntax

AllKeys: IVZStringArray;

Fore.NET syntax

AllKeys: Prognoz.Platform.Interop.Visualizators.VZStringArray;

Description

The AllKeys property returns keys of all elements.

Comments

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

Fore and Fore.NET examples

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

See also:

IVZDataDictionary