Data.DB.TMasterDataLink.GetDetailDataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TMasterDataLink

Delphi

function GetDetailDataSet: TDataSet; override;

C++

virtual TDataSet* __fastcall GetDetailDataSet();

Description

Returns the value of the DetailDataSet property.

GetDetailDataSet is the protected read implementation of the DetailDataSet property.

See Also