Removes existing XML content in the Document property.
Source position: laz2_xmlcfg.pas line 104
public procedure TXMLConfig.Clear; |
Clear is a procedure used to remove existing XML content in the Document property. Clear calls FreeDoc to free the Document instance, and re-creates the member along with its CONFIG document element.
Clear is used in the implementation of the ReadFromStream method.
|
XML document used for the class instance. |
|
|
Frees the TXMLDocument instance for the XML configuration file. |
|
|
Reads the XML content in Document from the specified stream instance. |
| Version 4.4 | Generated 2025-11-08 | Home |