RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDataSet.DataSet Property

Provides access to an interface for working with the associated dataset.

Pascal
property DataSet: IInetXWebDataSet;
C++
__property IInetXWebDataSet DataSet;

Use DataSet to manipulate the associated dataset. DataSet is an interface that provides information about the available fields and parameters of the dataset and lets you respond when this information changes. 

An advantage of using the DataSet property is that it handles the task of identifying the correct dataset within the associated XML broker's data packet. This lets you treat nested datasets in the same way that you interact with the XML broker's main dataset. 

 

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