FireDAC.Comp.DataSet.TFDDataSet.IsLinked

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 IsLinked: Boolean;

C++

bool __fastcall IsLinked();

Description

Returns True if the dataset is linked to another dataset.

Use IsLinked to determine if this dataset is a nested dataset or a detail dataset.

See Also