IVZDataDictionary.Clear

Syntax

Clear;

Description

The Clear method removes all dictionary elements.

Comments

To remove dictionary element by its key, use the IVZDataDictionary.Remove method.

Example

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

See also:

IVZDataDictionary