SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TDataSet.NestedDataSets
TDataSet
Top 

Lists all nested datasets.

property NestedDataSets: TList;

Description
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.


© AidAim Software SQLMemTable: