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

TChangeLink.Destroy

Destructor for the class instance.

Declaration

Source position: imglist.pp line 79

public destructor TChangeLink.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. Destroy ensures that the image list in the Sender property calls its UnRegisterChanges method before freeing the class instance. When Sender is unassigned (contains Nil), no actions are performed. Destroy calls the inherited destructor prior to exiting from the method.

See also

TChangeLink.Sender

  

The Image list for change notifications in the class.

TCustomImageList.UnRegisterChanges

  

Unregisters a ChangeLink object for change notifications.


Version 3.2 Generated 2024-02-25 Home