Datasnap.Xmlxform.TXMLTransformClient.TransformGetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransformGetData: TXMLTransform read FTransformGetData ;

C++

__property Xml::Xmltransform::TXMLTransform* TransformGetData = {read=FTransformGetData};

Properties

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

Description

Specifies the TXMLTransform component that converts data packets from the provider into XML.

Use TransformGetData to access the subcomponent that performs the transformation of data packets from the provider into another XML format. When an application calls the GetDataAsXml method, this subcomponent converts the data packet from the provider into XML.

Before you can call GetDataAsXml, 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 TransformGetData with an OnTranslate event handler.

See Also