| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Jump to bookmark
Source position: db.pas line 1701
public procedure TDataSet.GotoBookmark(  | 
const ABookmark: TBookMark  | 
);  | 
ABookmark  | 
  | 
Bookmark to position the dataset on  | 
GotoBookmark positions the dataset to the bookmark position indicated by ABookMark. ABookmark is a bookmark obtained by the TDataset.GetBookmark function.
This function is deprecated, use the TDataset.Bookmark property instead.
if ABookmark does not contain a valid bookmark, then an exception may be raised.
  | 
Get or set the current cursor position  | 
|
  | 
Get a bookmark pointer (deprecated)  | 
|
  | 
Free a bookmark obtained with GetBookmark (deprecated)  |