FireDAC.Comp.DataSet.TFDDataSet.IsLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsLinked: Boolean;

C++

bool __fastcall IsLinked();

Properties

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

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