Data.DB.TFieldDef.DataSet
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TFieldDef | |
Delphi
property DataSet: TDataSet read GetDataSet;
C++
__property TDataSet* DataSet = {read=GetDataSet};
Description
Returns a reference to the dataset that contains this field definition.
Check the value of the DataSet property to determine the dataset that is associated with the TFieldDef object.