Advantage TDataSet Descendant
Specifies the current bookmark in the dataset.
type TBookmarkStr: string;
property Bookmark: TBookmarkStr;
Bookmark gets or sets the current bookmark in a dataset. A bookmark provides a convenient way to mark a location in a dataset so that an application can easily return to that location quickly. The string contains the record number.
Note The bookmark is the record number of the physical record. This can cause some problems with bookmark validation of a deleted record, and that record number reused due to record reuse associated to the Advantage Data Tables.