RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.DetailAdapters Property

Lists the dataset adapters for all datasets that are details of this one.

Pascal
property DetailAdapters: TComponentList;
C++
__property TComponentList DetailAdapters;

DetailAdapters is a list of dataset adapters that are linked to this one in a master/detail relationship where this adapter represents the master dataset.  

DetailAdapters is a read-only property. To set up a master/detail relationship between dataset adapters, set the MasterAdapter property of the dataset adapter that acts as a detail dataset. 

 

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