Data.DB.TDataSetDesigner

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
TDataSetDesigner = class(TObject)
C++
class PASCALIMPLEMENTATION TDataSetDesigner : public System::TObject
Description
TDataSetDesigner is the base class for all dataset designers.
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.