DBClient.TCustomClientDataSet.CloneSource
From RAD Studio VCL Reference
Contents |
Delphi Information
From DBClient.pas
property CloneSource: TCustomClientDataSet read FCloneSource;
Unit: DBClient
Type: property
Visibility: public
Member Of: TCustomClientDataSet
C++ Information
From DBClient.hpp
__property Dbclient::TCustomClientDataSet * CloneSource = {read=FCloneSource};
Unit: DBClient
Type: property
Visibility: public
Member Of: TCustomClientDataSet
Description
Indicates the client dataset (if any) with which this client dataset shares data.
Read CloneSource to access another client dataset that shares its data cursor with this one. CloneSource is set by the CloneCursor method when the datasets are linked.
If the client dataset has not called CloneCursor to share the data cursor of another client dataset, CloneSource is nil (Delphi) or NULL (C++).