Removes all objects from the list.
Delphi
procedure Clear; override;
If OwnsObjects is true, each contained object is freed before the list storage is cleared.
Removes all objects from the list.
procedure Clear; override;
If OwnsObjects is true, each contained object is freed before the list storage is cleared.