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;

DB

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. 

 

Tdataset 

RegisterFields

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