Icon GotoCurrent Method

procedure GotoCurrent(Table: TEDBTable)

Usage

Call the GotoCurrent method to synchronize the current position for the table or view based on the current position in another TEDBTable component, but which is connected to the same underlying table or view. The Table parameter is the TEDBTable component whose position should be used for synchronizing.

Information This procedure works only for TEDBTable components that have the same DatabaseName and TableName properties. Otherwise an exception is raised.
Image