IVZDataDictionary.Clear

Fore syntax

Clear;

Fore.NET syntax

Clear();

Description

The Clear method removes all dictionary elements.

Comments

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

Fore and Fore.NET examples

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

See also:

IVZDataDictionary