RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.GetDetailDataSets Method

Fills a list with a dataset for every detail dataset that is not the value of a nested dataset field.

Pascal
procedure GetDetailDataSets(List: TList); virtual;
C++
virtual __fastcall GetDetailDataSets(TList List);

Datasets can represent master/detail relationships in two ways: as linked cursors or as nested dataset fields. GetDetailDataSets lists all detail datasets of the active record into List if they are not the value of a nested dataset field. To obtain a list of the detail datasets that are the values of nested dataset fields, use the NestedDataSets property instead. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!