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

TXMLConfig.doc

Internal member with the TXMLDocument for the class instance.

Declaration

Source position: laz2_xmlcfg.pas line 74

protected TXMLConfig.doc : TXMLDocument;

Description

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.

See also

TXMLConfig.Clear

  

Removes existing XML content in the Document property.

TXMLConfig.Destroy

  

Destructor for the class instance.

TXMLConfig.InternalFindNode

  

Searches for the DOM node with the specified path, and updates the node cache.

TXMLConfig.ReadFromStream

  

Reads the XML content in Document from the specified stream instance.

TXMLConfig.Filename

  

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

TXMLConfig.SetValue

  

Sets the value in a DOM node at the specified path.


Version 4.0 Generated 2025-05-03 Home