Data.DB.TDefCollection.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: TDefCollection

Delphi

property DataSet: TDataSet read FDataSet;

C++

__property TDataSet* DataSet = {read=FDataSet};

Description

Indicates the dataset that uses the TDefCollection object to manage its definition objects.

Use DataSet to access the dataset that uses the definitions in the Items array.

See Also