RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformProvider.TransformRead Property

Specifies the TXMLTransform component that converts the source XML document into data packets.

Pascal
property TransformRead: TXMLTransform;
C++
__property TXMLTransform TransformRead;

Use TransformRead to access the subcomponent that transforms the source XML document into the data packet that is the value of the Data property. Before you can use TXMLTransformProvider, you must specify the transformation that this subcomponent uses by setting its TransformationFile or TransformationDocument property. In addition, if the transformation includes any user-defined nodes, you must supply TransformRead with an OnTranslate event handler. 

 

XMLDataFile 

TransformWrite 

Data 

TransformationFile 

TransformationDocument 

OnTranslate 

Determining the Source of Data 

Using an XML Document as the Source for a Provider

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