Data.DB.TDataSetDesigner.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSetDesigner

Delphi

property DataSet: TDataSet read FDataSet;

C++

__property TDataSet* DataSet = {read=FDataSet};

Description

Provides a reference to the dataset currently being designed.

Use DataSet to access the dataset, if any, that is being designed. When the user specifies changes in the dataset designer, the changes can be made to the dataset specified by the DataSet property.

See Also