Datasnap.Xmlxform.TXMLTransformClient.TransformApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransformApplyUpdates: TXMLTransform read FTransformApplyUpdates;

C++

__property Xml::Xmltransform::TXMLTransform* TransformApplyUpdates = {read=FTransformApplyUpdates};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.Xmlxform.pas
Datasnap.Xmlxform.hpp
Datasnap.Xmlxform TXMLTransformClient

Description

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

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.

See Also