IVZDataDictionary.Remove

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.

Example

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

See also:

IVZDataDictionary