RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TChangeLink.Destroy Destructor

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

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TChangeLink();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!