FireDAC.Comp.DataSet.TFDDataSet.GetParentRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParentRow: TFDDatSRow;

C++

Firedac::Dats::TFDDatSRow* __fastcall GetParentRow();

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Returns the parent row of this nested dataset.

Call the GetParentRow method to get a reference to the parent row for this nested dataset.

See Also