API:System.Generics.Collections.TObjectList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TObjectList__1();

Properties

Type Visibility Source Unit Parent
destructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TObjectList

Description

Destroy list.

System.Generics.Collections.TObjectList.Destroy inherits from System.Generics.Collections.TList.Destroy. All content below this line refers to System.Generics.Collections.TList.Destroy.

Destroy list.

This method destroys a list.

See Also