RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetDesigner.DataSet Property

Provides a reference to the dataset currently being designed.

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

Use DataSet to access the dataset, if any, that is being designed. When the user specifies changes in the dataset designer, the changes can be made to the dataset specified by the DataSet property. 

 

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