Vcl.ComCtrls.TListItem.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TListItem();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

Description

Destroys an instance of TListItem.

Do not call Destroy directly. Instead, use Delete, which removes the item from the list view windows before freeing the associated memory.

See Also