The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Add


Unit:SDL_dstruct
Class:TAssocArray
Declaration:procedure 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.

Hint 2: The number of associations in the Light Edition is restricted to 10.



Last Update: 2023-Feb-06