IVZDataDictionary.Remove

Fore syntax

Remove(Value: String);

Fore.NET syntax

Remove(Value: string);

Parameters

Value. Key of the element to be removed.

Description

The Remove method removes dictionary element by the specified key.

Comments

To remove all dictionary elements, use the IVZDataDictionary.Clear method.

Fore and Fore.NET examples

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

See also:

IVZDataDictionary