IVZItemsNames.AllKeys

Syntax

AllKeys: IVZStringArray;

Description

The AllKeys property returns keys of all elements.

Comments

To determines collection element by its key, use the IVZItemsNames.Item property.

Example

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

See also:

IVZItemsNames