RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutlineNode.Destroy Destructor

Frees the memory associated with the TOutlineNode object.

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

Do not call Destroy directly. The preferred method of deleting nodes is to use the Delete method of the containing outline component. 

 

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