[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get a bookmark pointer (deprecated)
Source position: db.pas line 1642
Bookmark for curren location or Nil
GetBookmark gets a bookmark pointer to the current cursor location. The TDataset.SetBookmark call can be used to return to the current record in the dataset. After use, the bookmark must be disposed of with the TDataset.FreeBookmark call. The bookmark will be Nil if the dataset is empty or not active.
This call is deprecated. Use the TDataset.Bookmark property instead to get a bookmark.
TDataset.SetBookmark |
||
|
Free a bookmark obtained with GetBookmark (deprecated) |
|
|
Get or set the current cursor position |