Use TAlXMLDocument to represent an XML document. TAlXMLDocument can read an existing XML document from a file, it can be associated with an in-memory string that is the contents of an XML document, or it can create a new, empty XML document.
You can use TALXMLDocument directly to load an XML document, read and edit it, and save any changes.
TALXMLDocument uses an internal parser to analyze the XML document.
When you set the Active property to true, TALXMLDocument parse the XML document so that you can examine or modify it. In particular, the DocumentElement property provides an interface to the root node of the document. You can use that interface to access its child nodes and to add or delete child nodes.
Product License: FWS
Source: Included
File Status: Fully functional
Compatible with: D2005 D2006 D2007 D2009 D2010 D7 DXE DXE2 DXE3 DXE4 DXE64