Unit
ScBridge
Description
The TScStorageItem class is an abstract class, which represents an item stored in a storage list.
TScStorageItem is a base class, which is the ancestor for different object types (e.g. keys, users, certificates) stored in a storage. A TScStorageList holds a group of TScStorageItem objects. Each TScStorageItem has a StorageList property that points to the TScStorageList object to which the item belongs.
See also