RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetDesigner Class

TDataSetDesigner is the base class for all dataset designers.

Pascal
TDataSetDesigner = class(TObject);
C++
class TDataSetDesigner : public TObject;

Use TDataSetDesigner when defining a design-time editor, such as the Fields editor, that enables a developer to specify the fields that belong to a dataset at design time. The dataset designer is specified as the designer property of a dataset that uses it to enable design-time specification of its structure. 

 

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