RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLData Class

TXMLData manages the relationship between an XML broker and a Web item that represents a dataset in that XML broker's data packet.

Pascal
TXMLData = class(TObject);
C++
class TXMLData : public TObject;

MidItems

TXMLData represents the link to an XML broker for a Web item that is bound to a dataset in the XML broker's data packet. It is the base class for TXMLDataSet, which allows the Web item to bind to a dataset field nested in the XML broker's top-level dataset. 

TXMLData does not support the ability to bind to a nested dataset field. Rather, it introduces the underlying support needed to keep track of the XML broker for components that supply this ability. 

 

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