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

TXMLConfig.Clear

Removes existing XML content in the Document property.

Declaration

Source position: laz2_xmlcfg.pas line 104

public procedure TXMLConfig.Clear;

Description

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.

See also

TXMLConfig.Document

  

XML document used for the class instance.

TXMLConfig.FreeDoc

  

Frees the TXMLDocument instance for the XML configuration file.

TXMLConfig.ReadFromStream

  

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


Version 4.0 Generated 2025-05-03 Home