FireDAC.Comp.DataSet.TFDDataSet.IsLinked
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.