RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDataSet.Destroy Destructor

TXMLDataSetFrees the memory associated with the TXMLDataSet object.

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

Typically, applications do not free instances of TXMLDataSet. Instead, this object is freed by the Web item that uses it. 

 

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