RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.NestedDataSets Property

Lists all nested datasets.

Pascal
property NestedDataSets: TList;
C++
__property TList NestedDataSets;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!