Skip to main content

TcxCustomDataController.ClearBookmark Method

Removes the current bookmark.

Declaration

procedure ClearBookmark;

Remarks

ClearBookmak allows you to clear the bookmark created by the SaveBookmark method. After ClearBookmark is called, the bookmark becomes unavailable and the IsBookmarkAvailable function returns False.

If a bookmark exists, you can jump to the corresponding record via the GotoBookmark method.

For more information on bookmarks, see the SaveBookmark topic.

See Also