RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.Destroy Destructor

Frees the memory associated with the TXMLNode object.

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

Do not explicitly destroy TXMLNode objects. As interfaced objects, XML nodes are destroyed automatically when the reference count of their IXMLNode interface drops to zero. 

 

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