[Overview][Classes][Procedures and functions][Index] |
XML document used for the class instance.
Source position: laz2_xmlcfg.pas line 153
published property TXMLConfig.Document : TXMLDocument |
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.
|
Removes existing XML content in the Document property. |
|
|
Frees the TXMLDocument instance for the XML configuration file. |
|
|
File name used to read or write the XML content in the class instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |