RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataSetComponent Interface

IDataSetComponent defines the methods that bind a Web item to an XML broker.

Pascal
IDataSetComponent = interface;
C++
__interface IDataSetComponent;

MidItems

The TXMLDisplayGroup class implements IDataSetComponent to provide information about the dataset from which its child controls obtain their data. The child Web items use this information to determine the default data binding. 

Most Web items that generate a group of data-aware controls inherit the support for IDataSetComponent from TXMLDisplayGroup

 

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