Data.SqlExpr.TSQLDataLink.GetDetailDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDetailDataSet: TDataSet; override;

C++

virtual Data::Db::TDataSet* __fastcall GetDetailDataSet(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLDataLink

Description

Returns the value of the DetailDataSet property.

GetDetailDataSet is the protected read implementation of the DetailDataSet property.

See Also