RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataSetComponent.XMLDataSet Property

Indicates the TXMLDataSet object that represents the dataset to which the Web item is bound.

Pascal
property XMLDataSet: TXMLDataSet;
C++
__property TXMLDataSet XMLDataSet;

XMLDataSet describes how to locate the appropriate dataset, given the XML broker that provides its XML data packet. This dataset may be the main dataset of the XML broker, or it may be a nested dataset that is represented by a dataset field within that dataset (or a dataset field nested in a dataset field, and so on). 

 

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