RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransform.ResultDocument Property

Specifies the DOM interface for the results of the transformation.

Pascal
property ResultDocument: IDOMDocument;
C++
__property IDOMDocument ResultDocument;

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. 

 

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