Destructor for the class instance.
Source position: comctrls.pp line 1625
public destructor TCustomListView.Destroy; override; |
Destroy is the destructor for TCustomListView. It frees the Canvas, and calls the inherited Destroy method to free resources allocated in the TWinControl ancestor. It then frees resources allocated in TCustomListView like IconOptions, Items, Columns, as well as internal resources for the multi-selection list and the owner data item.
|
Collection with the column definitions for the list view control (size, alignment, image index, etc.). |
|
|
Options for layouts, which show icons. Sets arrangement of icons, text-wrapping state. |
|
|
Collection of list items displayed on the list view control. |
|
|
Destructor for the class instance. |
|
| Version 4.4 | Generated 2025-11-08 | Home |