RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformProvider.XMLDataFile Property

Specifies the XML document from which the provider creates data packets and to which it applies updates.

Pascal
property XMLDataFile: string;
C++
__property AnsiString XMLDataFile;

Use XMLDataFile to specify the XML document whose data the provider represents. When the Data property is read or the GetRecords method is called, TXMLTransformProvider reads the contents of XMLDataFile and converts it into a data packet using the transform component specified by TransformRead. When the ApplyUpdates method is called, TXMLTransformProvider uses the transform component specified by TransformWrite to convert the data into the proper format for XMLDataFile and updates this XML document accordingly. 

XMLDataFile is the same as the SourceXmlFile property of TransformRead

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!