IVZStringDictionary.Add

Syntax

Add(Key: String; Value: String);

Parameters

Key. Key of the element added to string data dictionary.

Value. String data added to dictionary.

Description

The Add method adds a new element to string data dictionary.

See also:

IVZStringDictionary