RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.Bookmark Property

Specifies the current bookmark in the dataset.

Pascal
property Bookmark: TBookmarkStr;
C++
__property TBookmarkStr Bookmark;

Bookmark gets or sets the current bookmark in a dataset. A bookmark marks a location in a dataset so that an application can easily return to that location quickly. 

An application can read Bookmark to retrieve the bookmark associated with the current record, and it can change the current record in the dataset by assigning a saved bookmark value to this property.

Note: Unidirectional datasets do not support bookmarks.
 

 

GetBookmark 

GotoBookmark 

FreeBookmark 

Marking and Returning to Records

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!