FireDAC.Comp.DataSet.TFDDataSet.GetParentRow

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

function GetParentRow: TFDDatSRow;

C++

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

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