RAD Studio VCL Reference
|
TDataSetDesigner is the base class for all dataset designers.
TDataSetDesigner = class(TObject);
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!
|