RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDetailDataLink.DetailDataSet Property

Indicates the detail dataset in the master/detail relationship.

Pascal
property DetailDataSet: TDataSet;
C++
__property TDataSet DetailDataSet;

Read DetailDataSet to access the detail dataset. This is the dataset that uses a DetailDataLink to access its master dataset. The detail dataset is the detail datalink's owner, and uses the datalink to implement its DataSource property.

Note: Do not confuse the DetailDataSet property with the DataSet property. The DataSet property is the dataset whose data events the detail datalink tracks. That is, DataSet is the master dataset while DetailDataSet is the detail set.
 

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