RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetDesigner.Create Constructor

Creates and initializes an instance of TDataSetDesigner.

Pascal
constructor Create(DataSet: TDataSet); virtual;
C++
virtual __fastcall TDataSetDesigner(TDataSet DataSet);

Call Create from the component editor of a specialized dataset to create an instance of the dataset designer. Create initializes the DataSet property of the dataset designer and the Designer property of the dataset. 

 

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