CloneCursor


 

Applies to
TAstaDataSet

TAstaClientDataSet

 

Declaration
procedure CloneCursor(Source: TAstaCustomDataSet; KeepFilter: Boolean);

 

Description

TAstaDataSets may also be cloned. This is a process where the field definitions are copied to another TAstaDataSet and then linked to each other. Any edits, deletes or inserts will affect all clone linked datasets. The KeepFilter argument decides whether the Filter property and the OnFilterRecord event are used by the clone.

 

You can remove all clone links by calling RemoveCloneLinks or just a specific one by calling UnRegisterClone.

 

See the CloneCursor Tutorial for an example of cloning.

 

 



ASTA Overview TAstaDataSet.CleanCloneFromDataSet CloneDataSetToString