Vcl.ComCtrls.TListColumn.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TListColumn();

Properties

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

Description

Destroys the list column and frees its memory.

Do not call Destroy. TListColumn objects are destroyed by the TListColumns object that contains them.

Destroy eliminates the TListColumn instance and, if necessary, deletes the column from the list view control.

See Also