Implements a virtual method to position the cursor on the record pointed to by a specified bookmark. Syntax: procedure GotoBookmark(Bookmark: TBookmark); Description: GotoBookmark calls a virtual, abstract internal method that is not implemented by TDataSet. Descendants of TDataSet redeclare and implement the internal method so that GotoBookmark makes the record identified by the Bookmark parameter active. See also: Example: GetBookmark,GotoBookmark,FreeBookmark,FindPrior,Value,OnDataChange,BOF |