IdxRichEditBookmarkCollection.RemoveBookmark(IdxRichEditBookmark) Method
In This Article
Removes the specified bookmark from the collection.
#Declaration
Delphi
procedure RemoveBookmark(const ABookmark: IdxRichEditBookmark);
#Parameters
Name | Type |
---|---|
ABookmark | Idx |
#Remarks
Call the RemoveBookmark procedure to delete a bookmark passed as the ABookmark parameter, from a document.
Note
Alternatively, you can invoke the Remove
See Also