Releases the resources used by the object list.
Delphi
destructor Destroy; override;
If OwnsObjects is true, all remaining objects are freed before the list releases its storage.
Releases the resources used by the object list.
destructor Destroy; override;
If OwnsObjects is true, all remaining objects are freed before the list releases its storage.