procedure Add(Item: TScStorageItem);
Description
Inserts an item to the end of the list. Add places the object after the last item, increments Count and, if necessary, allocates memory.
At that the Item.StorageList property of the item is replaced to the current instance and the object becomes stored in Storage.
Note: When adding a key, the Ready property of the key must be set to True.