[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TListColumn.Destroy

Destructor for the class instance.

Declaration

Source position: comctrls.pp line 1242

public destructor TListColumn.Destroy; override;

Description

Destroy is the destructor for TListColumn. When the collection allows updates, the update is suppressed for the column instance that is being destroyed. Calls the inherited method to clear the owner for the collection item and destroy the class instance. The columnDelete method in the widgetset class is called to remove the column.

See also

TCollectionItem.Destroy


Version 4.0 Generated 2025-05-03 Home