Data.DB.TDataSetDesigner.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(DataSet: TDataSet); virtual;

C++

__fastcall virtual TDataSetDesigner(TDataSet* DataSet);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TDataSetDesigner

Description

Creates and initializes an instance of TDataSetDesigner.

Call Create from the component editor of a specialized dataset to create an instance of the dataset designer. Create initializes the DataSet property of the dataset designer and the Designer property of the dataset.

See Also