AnyDAC
ContentsIndexHome
PreviousUpNext
TADDataSet.GotoCurrent Method

Sets the current record in this dataset the same as the current record in another, cloned dataset.

Group
Links
Parameters 
Description 
ADataSet: TADDataSet 
A dataset to synchronize with. 

Use GotoCurrent to position the cursor on the same record that is current in the specified dataset. 

ADataSet is the cloned dataset whose cursor position will be used to position on the record in this dataset. GotoCurrent is only useful for synchronizing two cloned datasets that use separate data sources to view and edit the same data.

procedure GotoCurrent(ADataSet: TADDataSet);
What do you think about this topic? Send feedback!