Back to Devexpress

TcxObjectList Class

vcl-cxclasses-c3db1c20.md

latest1.1 KB
Original Source

TcxObjectList Class

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

Declaration

delphi
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

TcxObjectList Members

cxClasses Unit