Icon TObjectList

Unit: WebCore

Inherits From TAbstractList

Available In: Client and Server Applications

The TObjectList class is used to manage a list of class instances (objects). The constructor for the class accepts a single Boolean parameter that indicates whether the class will retain ownership of all managed objects and destroy them automatically when the TObjectList class instance is destroyed.

Image