System.Generics.Collections.TObjectList.Destroy

From RAD Studio API Documentation
Revision as of 12:27, 30 September 2013 by AChaves (talk | contribs) (43948)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TObjectList__1(void);

Properties

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

Description

Destroys an instance of TObjectList.

See Also