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

TXMLConfig.Modified

Indicates if the XML content in the class has been modified.

Declaration

Source position: laz2_xmlcfg.pas line 149

public property TXMLConfig.Modified : Boolean
  read FModified
  write FModified;

Description

Modified is a Boolean property used to indicate if the XML content in Document has been altered since it was loaded or created. The value in Modified is updated in methods like CreateClean, Flush, SetValue, DeletePath, DeleteValue, and InternalCleanNode.

See also

TXMLConfig.CreateClean

  

Alternate constructor used to create the class without reading existing XML content in the specified file.

TXMLConfig.Flush

  

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

TXMLConfig.SetValue

  

Sets the value in a DOM node at the specified path.

TXMLConfig.DeletePath

  

Deletes the DOM node at the specified path in the Document.

TXMLConfig.DeleteValue

  

Deletes the value stored in the DOM node at the specified path.

TXMLConfig.InternalCleanNode

  

Removes the specified node and all of its children from the Document.


Version 4.0 Generated 2025-05-03 Home