Destructor for the class instance.
Source position: imglist.pp line 323
public destructor TCustomImageList.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that resources allocated to the internal TCustomImageListResolutions instance in the class are freed, and calls the inherited destructor. Destroy calls UnRegisterChanges to remove the TChangeLink items in the internal list of change links for the class, and frees resources allocated to the list.
|
Unregisters a ChangeLink object for change notifications. |
|
|
Provides multiple image resolutions in TCustomImageList. |
|
|
Performs notifications when images are added or deleted in TImageList. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |