RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformClient Class

TXMLTransformClient acts as an adapter between an XML document and a provider component.

Pascal
TXMLTransformClient = class(TComponent);
C++
class TXMLTransformClient : public TComponent;

Xmlxform

Use TXMLTransformClient to convert the data from a provider into an XML document or to apply updates in the form of an XML document to a provider component. TXMLTransformClient can act as the client of any provider component, local or remote. It uses a transformation file that is generated using the xmlmapper utility to convert between XML documents and the data packets and delta packets used by the provider. 

 

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