RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.Bookmark Property

Specifies the current bookmark in the dataset.

Pascal
property Bookmark: TBookmark;
C++
__property TBookmark 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.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!