Unit
ScUtils
Description
The TScCollectionItem class is a descendant of the TCollectionItem class, and it represents an item in a collection.
TScCollectionItem is a base class, which is the ancestor for all objects that have capability to represent self as a string. For this it declares the AsString property.
A TScCollection holds a group of TScCollectionItem objects. Each TScCollectionItem has a Collection property that points to the TScCollection object to which the item belongs.
See Also