Add

Declaration:TAssocArray.Add (Key: string; Value: Variant);
The method Add adds a new association to the associative array. The parameter Key contains the key to the Value. If an entry with the specified key already exists, the corresponding value is updated.

Hint 1: Please note that the key string Key is case sensitive only if the property IgnoreCase is set to false.