[Overview][Classes][Procedures and functions][Index] |
Internal member with the TXMLDocument for the class instance.
Source position: laz2_xmlcfg.pas line 74
protected TXMLConfig.doc : TXMLDocument; |
Doc is a TXMLDocument member with the document instance used to store the XML content for the configuration file. The value in Doc is assigned in the Clear, SetFilename, or CreateConfigNode methods. It is checked in other methods to ensure that a valid XML document exists prior to performing Input/Output operations.
Use the FreeDoc method to free the XML document for the class instance.
Remark: | The visibility for the Doc member is protected. |
|
Removes existing XML content in the Document property. |
|
|
Destructor for the class instance. |
|
|
Searches for the DOM node with the specified path, and updates the node cache. |
|
|
Reads the XML content in Document from the specified stream instance. |
|
|
File name used to read or write the XML content in the class instance. |
|
|
Sets the value in a DOM node at the specified path. |
Version 4.0 | Generated 2025-05-03 | Home |