Datasnap.Xmlxform.TXMLTransformClient
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Datasnap.Xmlxform.pas Datasnap.Xmlxform.hpp
| |
| Unit: Datasnap.Xmlxform | |
| Parent: Datasnap.Xmlxform | |
Delphi
TXMLTransformClient = class(TComponent)
C++
class PASCALIMPLEMENTATION TXMLTransformClient : public System::Classes::TComponent
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.