Xml.XMLIntf.IXMLDocument.SetXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetXML(const Value: TStrings);

C++

virtual void __fastcall SetXML(System::Classes::TStrings* const 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 XML property.

SetXML is the write implementation of the XML property.

Value contains the raw (unparsed) XML to assign.

See Also