Data.DB.TDefCollection.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TDataSet read FDataSet;

C++

__property TDataSet* DataSet = {read=FDataSet};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TDefCollection

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