TObjectArrayList<T>.OwnsObjects Property

Definition

Gets a value indicating whether the list owns the objects it contains.

Delphi
property OwnsObjects;

Value

Boolean

Remarks

Owned objects are freed by Clear, Delete, inherited Remove, and the destructor. Replacing an object through the inherited Items property does not free the previous value.