RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapter.MasterAdapter Property

Indicates the dataset adapter, if any, to which this adapter is linked in a master/detail relationship.

Pascal
property MasterAdapter: TCustomDataSetAdapter;
C++
__property TCustomDataSetAdapter MasterAdapter;

Set MasterAdapter to link this adapter as a detail to another dataset adapter in a master/detail relationship. If MasterAdapter is nil (Delphi) or NULL (C++), this adapter does not represent the detail set of another adapters dataset. If MasterAdapter is not nil (Delphi) or NULL (C++), this dataset adapter is listed by the master adapter's DetailAdapters property. 

 

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