IBX.IBCustomDataSet.TIBDataLink.GetDetailDataSet
Delphi
function GetDetailDataSet: TDataSet; override;
C++
virtual Data::Db::TDataSet* __fastcall GetDetailDataSet(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBDataLink |
Description
Returns the value of the DetailDataSet property. {{#multireplace:IBX.IBCustomDataSet.TIBDataLink.GetDetailDataSet|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDetailDataLink.GetDetailDataSet|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDetailDataLink.GetDetailDataSet|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns the value of the DetailDataSet property.
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.