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:
Access individual items by their indexes (Items);
Destroy a specific stored item (FreeAndDelete and FreeAndRemove);
Clear the list (Clear);
Identify if the Clear procedure also destroys stored items (OwnObjects).
See Also