RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.CloneSource Property

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

Pascal
property CloneSource: TCustomClientDataSet;
C++
__property TCustomClientDataSet CloneSource;

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++). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!