RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.SetFileName Method

Sets the value of the FileName property.

Pascal
procedure SetFileName(const Value: DOMString);
C++
__fastcall SetFileName(const DOMString Value);

SetFileName is the write implementation of the FileName property. 

Value is the name of an XML document or, if the vendor supports it, an URL for the XML document. 

 

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