[Overview][Classes][Procedures and functions][Index] |
Indicates if the XML content in the class has been modified.
Source position: laz2_xmlcfg.pas line 149
public property TXMLConfig.Modified : Boolean |
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.
|
Alternate constructor used to create the class without reading existing XML content in the specified file. |
|
|
Forces the XML content for the configuration file to be written to Filename. |
|
|
Sets the value in a DOM node at the specified path. |
|
|
Deletes the DOM node at the specified path in the Document. |
|
|
Deletes the value stored in the DOM node at the specified path. |
|
|
Removes the specified node and all of its children from the Document. |
Version 4.0 | Generated 2025-05-03 | Home |