Data.DB.TDataSetField.NestedDataSet
Delphi
property NestedDataSet: TDataSet read GetNestedDataSet;
C++
__property TDataSet* NestedDataSet = {read=GetNestedDataSet};
Contents
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | Data.DB.pas Data.DB.hpp | Data.DB | TDataSetField | 
Description
Indicates the dataset that is nested in the dataset field.
Read NestedDataSet to access the nested dataset of the dataset field.