Datasnap.Xmlxform.TXMLTransformProvider.TransformRead

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransformRead: TXMLTransform read FTransformRead ;

C++

__property Xml::Xmltransform::TXMLTransform* TransformRead = {read=FTransformRead};

Properties

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

Description

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

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.

See Also