Destructor for the class instance.
Source position: laz2_xmlcfg.pas line 103
public destructor TXMLConfig.Destroy; override; |
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.
|
XML document used for the class instance. |
|
|
Forces the XML content for the configuration file to be written to Filename. |
|
|
Frees the TXMLDocument instance for the XML configuration file. |
| Version 4.4 | Generated 2025-11-08 | Home |