[Overview][Classes][Procedures and functions][Index] |
Frees the TXMLDocument instance for the XML configuration file.
Source position: laz2_xmlcfg.pas line 88
protected procedure TXMLConfig.FreeDoc; virtual; |
FreeDoc is a procedure used to free the TXMLDocument instance used in the Document property. FreeDoc calls InvalidatePathCache to remove all cached DOM nodes from the Document. FreeAndNil is used to free the object instance and to set the value for the member to Nil.
FreeDoc is used in the implementation of various methods like Destroy, Clear, ReadFromStream, and SetFilename.
|
XML document used for the class instance. |
|
|
Destructor for the class instance. |
|
|
Removes existing XML content in the Document property. |
|
|
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. |
|
|
Removes cached DOM nodes for paths in the XML configuration file. |
Version 4.0 | Generated 2025-05-03 | Home |