Datasnap.Xmlxform.TXMLTransformProvider.TransformRead

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.Xmlxform.pas
Datasnap.Xmlxform.hpp
Unit: Datasnap.Xmlxform
Parent: TXMLTransformProvider

Delphi

property TransformRead: TXMLTransform read FTransformRead ;

C++

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

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