RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIconImage.Destroy Destructor

Destroys the TIconImage instance and frees its memory.

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

You do not need to destroy the icon image. The TIconImage object is automatically destroyed by the icon object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!