Skip to main content

TcxCustomDataController.GotoBookmark Method

Locates the record referred to by the current bookmark.

Declaration

procedure GotoBookmark;

Remarks

Use this method to jump to the record addressed by the current bookmark. GotoBookmark may change the focused record specified by the FocusedRecordIndex property. In ExpressQuantumGrid, this fires the View’s OnFocusedRecordChanged event.

If a bookmark is unavailable, GotoBookmark does nothing. Use the IsBookmarkAvailable function to test whether a bookmark exists.

To create a bookmark, use the SaveBookmark method. See the SaveBookmark topic for information on maintaining bookmarks.

See Also