RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformClient.TransformApplyUpdates Property

Specifies the TXMLTransform component that converts XML into delta packets that are then sent to the provider to apply updates.

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

Use TransformApplyUpdates to access the subcomponent that transforms the XML passed as the UpdateXML parameter of the ApplyUpdates method into a delta packet, which is then forwarded to the provider. If the transformation passed to the ApplyUpdates method includes any user-defined nodes, you must supply TransformApplyUpdates with an OnTranslate event handler. 

 

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