[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TDataSet.GetBookmark

Get a bookmark pointer (deprecated)

Declaration

Source position: db.pas line 1697

public function TDataSet.GetBookmark: TBookMark; virtual;

Function result

Bookmark for current location or Nil

Description

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.

See also

TDataset.SetBookmark

TDataset.FreeBookmark

  

Free a bookmark obtained with GetBookmark (deprecated)

TDataset.Bookmark

  

Get or set the current cursor position


Documentation generated on: May 14 2021