Vcl.ComCtrls.TListItems.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TListItems();

Properties

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

Description

Destroys an instance of TListItems.

Do not call Destroy directly. Instead, call Free, which verifies that the TListItems reference is not nil before calling Destroy

Destroy~TListItems frees the list before calling the inherited destructor.

See Also