RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformProvider.TransformWrite Property

Specifies the TXMLTransform component that generates the new value of the source XML document when updates are applied.

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

Use TransformWrite to access the subcomponent that transforms a data packet back into the format required by the source XML document. When a client calls the ApplyUpdates method, the delta packet is merged into the transformed data from the XML document, and then TransformWrite converts the resulting dataset into the format of the source XML document. 

Before you can use TXMLTransformProvider to apply updates, 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 TransformWrite with an OnTranslate event handler. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!