RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.Destroy Destructor

Destroys an instance of TCustomOutline.

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

Destroy frees all memory associated with the outline. While the destructor frees the TOutlineNode objects that comprise the outline, any objects associated with those nodes are not freed. 

 

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