[Overview][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLCfg' (#lazutils)

TXMLConfig.Document

XML document used for the class instance.

Declaration

Source position: laz2_xmlcfg.pas line 153

published property TXMLConfig.Document : TXMLDocument
  read doc;

Description

Document is a read-only TXMLDocument property which contains the XML content in the configuration file. Document is a hierarchical sequence of DOM nodes which represent the paths and values for configuration data. DOM nodes are added and deleted in Document using a path specifier which represents the hierarchical structure for the XML content. See the TXMLConfig Path Syntax topic for more information about path specifiers in TXMLConfig.

The TXMLDocument instance in Document is created and freed in methods like Clear, FreeDoc, CreateConfigNode, and SetFilename.

See also

TXMLConfig.Clear

  

Removes existing XML content in the Document property.

TXMLConfig.FreeDoc

  

Frees the TXMLDocument instance for the XML configuration file.

TXMLConfig.Filename

  

File name used to read or write the XML content in the class instance.

TXMLDocument


Version 4.0 Generated 2025-05-03 Home