Skip to main content

TcxObjectList Class

An object list that can manage the existence of stored items.

Declaration

TcxObjectList = class(
    TList
)

Remarks

This class extends the standard TList class with the capability to destroy stored items. The implemented class members allow you to:

Inheritance

TObject
TList
TcxObjectList
See Also