Xml.XmlTransform.TXMLTransform.ResultDocument

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResultDocument: IDOMDocument read FResultDocument;

C++

__property Xml::Xmldom::_di_IDOMDocument ResultDocument = {read=FResultDocument};

Properties

Type Visibility Source Unit Parent
property public
Xml.XmlTransform.pas
Xml.XmlTransform.hpp
Xml.XmlTransform TXMLTransform

Description

Specifies the DOM interface for the results of the transformation.

Read ResultDocument to work with the results of the transformation using a DOM interface. ResultDocument is created when you call the TransformXML method to perform the transformation.

See Also