AllKeys: IVZStringArray;
AllKeys: Prognoz.Platform.Interop.Visualizators.VZStringArray;
The AllKeys property returns keys of all elements.
To determine dictionary element by its key, use the IVZStringArray.Item property.
The property use is given in the example for the IVZDataDictionary.Add method.
See also: