Vcl.ImgList.TChangeLink.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TImageLink.Destroy */ inline __fastcall virtual ~TChangeLink() { }

Properties

Type Visibility Source Unit Parent
destructor public Vcl.ImgList.hpp Vcl.ImgList TChangeLink

Description

Destroys the change link object and releases the memory allocated to it.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the change link is not nil before calling Destroy.

Before freeing the memory for the change link, Destroy first calls the image list's UnRegisterChanges method to unregister itself from receiving notification when the image list changes.

See Also