RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDetailDataLink.GetDetailDataSet Method

Returns the value of the DetailDataSet property.

Pascal
function GetDetailDataSet: TDataSet; virtual;
C++
virtual __fastcall TDataSet GetDetailDataSet();

GetDetailDataSet is the protected read implementation of the DetailDataSet property. As implemented in TDetailDataLink, GetDetailDataSet always returns nil (Delphi) or NULL (C++). Descendants override this method to return the dataset that uses the data link to link to a master dataset. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!