Data.DB.TDefCollection.DataSet
| [–] 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.