Xml.XMLDoc.TXMLNode.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TXMLNode();

Properties

Type Visibility Source Unit Parent
destructor public
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

Frees the memory associated with the TXMLNode object.

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.

See Also