Show: Delphi
C++
Display Preferences
Data.DB.TDataSet.NestedDataSets
From XE2 API Documentation
Delphi
property NestedDataSets: TList read GetNestedDataSets;
C++
__property System::Classes::TList* NestedDataSets = {read=GetNestedDataSets};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Lists all nested datasets.
NestedDataSets is a list of the nested detail sets belonging to the data set. Each entry in the list is a dataset of the type specified by NestedDataSetClass.
Do not use NestedDataSets to assign values to dataset fields. Instead, set the DataSetField property of the detail set to reference the appropriate field component.