Previous Topic

Next Topic

Inhoudsopgave

Book Index

GridDataSet.Bookmark

Property Property BookMark: TBookMarkStr (R/W)

Description

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.