function Add(const Key, Value: string): Integer;
Description
Call Add to insert a key-value pair at the end of the list. Add returns the position of the item in the list, where the first item in the list has a value of 0.
Add increments Count and, if necessary, allocates memory.
See also