RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataSetComponent.DataSet Property

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

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

The child Web items of the item that implements IDataSetComponent use the DataSet property to obtain information about the dataset to which they are bound and to respond when this information changes. This information includes details about the available fields and parameters in the dataset to which they can be bound. 

 

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