TObjectArrayList<T>.Clear Method

Definition

Removes all objects from the list.

Delphi
procedure Clear; override;

Remarks

If OwnsObjects is true, each contained object is freed before the list storage is cleared.