RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransform.ResultString Property

Specifies the results of the transformation.

Pascal
property ResultString: string;
C++
__property AnsiString ResultString;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!