Datasnap.Xmlxform.TXMLTransformClient

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTXMLTransformClient

Delphi

TXMLTransformClient = class(TComponent)

C++

class PASCALIMPLEMENTATION TXMLTransformClient : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Xmlxform.pas
Datasnap.Xmlxform.hpp
Datasnap.Xmlxform Datasnap.Xmlxform

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.

See Also