RAD Studio VCL Reference
|
Indicates the XML document file, if any, that this interface represents.
property FileName: DOMString;
__property DOMString FileName;
Use FileName to get or set the name of the XML file that this document represents. FileName is set automatically when an application calls the LoadFromFile method or when this interface is obtained from the global LoadXMLDocument function.
When you set the value of FileName, the XML property automatically changes (at runtime) to represent the contents of that file.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|