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

TXMLConfig.Destroy

Destructor for the class instance.

Declaration

Source position: laz2_xmlcfg.pas line 103

public destructor TXMLConfig.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. Destroy ensures that a TXMLDocument instance in the Document property is written to disk and freed before the object instance is destroyed. Destroy calls the inherited destructor.

See also

TXMLConfig.Document

  

XML document used for the class instance.

TXMLConfig.Flush

  

Forces the XML content for the configuration file to be written to Filename.

TXMLConfig.FreeDoc

  

Frees the TXMLDocument instance for the XML configuration file.


Version 4.0 Generated 2025-05-03 Home