RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDataSet Class

TXMLDataSet manages the relationship between a Web item and the XML dataset to which it is bound.

Pascal
TXMLDataSet = class(TXMLData, INotifyConnectionChange);
C++
class TXMLDataSet : public TXMLData, public INotifyConnectionChange;

MidItems

TXMLDataSet represents a Web item's link to an XML dataset. The Web item can be bound to an XML broker's data packet, or to a dataset field nested in an XML broker's data packet. 

 

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