Unit
ScUtils
Description
TScPersistentObjectList maintains a list of the TScPersistent objects.
Use TScPersistentObjectList to store and maintain a list of objects. TScPersistentObjectList provides properties and methods to add, delete, locate, and access objects. TScPersistentObjectList controls the memory of its objects, freeing an object when its index is reassigned; when it is removed from the list with the Delete, Remove, or Clear method; or when the TScPersistentObjectList instance is itself destroyed.
See also