Declaration

procedure GotoCurrent(aDataSet: TnxDataset); virtual;

 
Description

GotoCurrent synchronizes a dataset with the given one or in other words positions the dataset on the same record as aDataSet. This method will result in an error if that record is currently not visible (range/filter) or if aDataSet is not positioned on a valid record

 
Parameters

aDataSet: TnxDataset

the dataset the current one is synchronized with

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxDataset