[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Free a bookmark obtained with GetBookmark (deprecated)
Source position: db.pas line 1641
public procedure TDataSet.FreeBookmark( |
ABookmark: TBookMark |
); virtual; |
ABookmark |
|
Bookmark to free. |
FreeBookmark must be used to free a bookmark obtained by TDataset.GetBookmark. It should not be used on bookmarks obtained with the TDataset.Bookmark property. Both GetBookmark and FreeBookmark are deprecated. Use the Bookmark property instead: it uses a string type, which is automatically disposed of when the string variable goes out of scope.
|
Get a bookmark pointer (deprecated) |
|
|
Get or set the current cursor position |