RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformClient.TransformGetData Property

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

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

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. 

 

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