RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.Modified Property

Indicates whether the XML document has been modified.

Pascal
property Modified: Boolean;
C++
__property Boolean Modified;

Read Modified to determine whether the application has made any changes to the nodes in the XML document. When Modified is true, the value of the XML property may differ from the contents of the file specified by FileName. You can call the SaveToFile method to update the XML document file to reflect the changes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!