FireDAC.Comp.DataSet.TFDDataSet.CloneSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CloneSource: TFDDataSet read FCloneSource;

C++

__property TFDDataSet* CloneSource = {read=FCloneSource};

Properties

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

Description

Gets the dataset (if any) with which this dataset shares data.

Use CloneSource to access another dataset that shares its internal data storage with this one. CloneSource is set by the CloneCursor method when the datasets are linked. If the dataset has not called CloneCursor to share the data storage of another dataset, CloneSource is nil.

See Also