System.Generics.Collections.TList.Destroy

From RAD Studio API Documentation
Revision as of 23:19, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TList__1(void);

Properties

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

Description

Destroy list.

This method destroys a list.

See Also