Xml.XmlTransform.TXMLTransform.ResultString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResultString: string read GetResultString;

C++

__property System::UnicodeString ResultString = {read=GetResultString};

Properties

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

Description

Specifies the results of the transformation.

Read ResultString to obtain the results of the transformation as a string of XML. ResultString is created when you call the TransformXML method to perform the transformation.

See Also