TcxCustomNavigatorButtons.ReleaseBookmark Method
When implemented, removes the current bookmark in the dataset.
Declaration
procedure ReleaseBookmark; virtual;
Remarks
By default, this method does nothing.
Use the SaveBookmark and GotoBookmark methods to specify a bookmark and navigate to this bookmark in the dataset.
See Also