Xml.XMLIntf.IXMLDocument.SetFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFileName(const Value: DOMString);

C++

virtual void __fastcall SetFileName(const System::UnicodeString Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Sets the value of the FileName property.

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.

See Also