Xmlxform.TXMLTransformClient
Contents |
Delphi Information
From Xmlxform.pas
TXMLTransformClient = class(TComponent)
Unit: Xmlxform
Type: class
Inherited Class Members: Xmlxform.TXMLTransformClient Members
Class Properties: Xmlxform.TXMLTransformClient Properties
Class Methods: Xmlxform.TXMLTransformClient Methods
Class Constructors & Destructors: Xmlxform.TXMLTransformClient Constructors
C++ Information
From Xmlxform.hpp
TXMLTransformClient = class(TComponent)
Unit: Xmlxform
Type: class
Inherited Class Members: Xmlxform.TXMLTransformClient Members
Class Properties: Xmlxform.TXMLTransformClient Properties
Class Methods: Xmlxform.TXMLTransformClient Methods
Class Constructors & Destructors: Xmlxform.TXMLTransformClient Constructors
Description
TXMLTransformClient acts as an adapter between an XML document and a provider component.
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.