System.Classes.TCollectionItem.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCollectionItem();

Properties

Type Visibility Source Unit Parent
destructor public
System.Classes.pas
System.Classes.hpp
System.Classes TCollectionItem

Description

Destroys the TCollectionItem instance and frees its memory.

Destroy is called indirectly by TCollection's Clear or Delete method.

See Also