Icon GotoCurrent Method

procedure GotoCurrent(Table: TDBISAMTable)

Usage

Call the GotoCurrent method to synchronize the current position for the table based on the current position in another table TDBISAMTable component, but which is connected to the same underlying table. The Table parameters is the name of the TDBISAMTable component whose position should be used for synchronizing.

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