Data.DB.TDataSetDesigner

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDataSetDesigner

Delphi

TDataSetDesigner = class(TObject)

C++

class PASCALIMPLEMENTATION TDataSetDesigner : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

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.

See Also