IdxRichEditBookmarkCollection.RemoveBookmark(IdxRichEditBookmark) Method
Removes the specified bookmark from the collection.
Declaration
procedure RemoveBookmark(const ABookmark: IdxRichEditBookmark);
Parameters
Name | Type |
---|---|
ABookmark | IdxRichEditBookmark |
Remarks
Call the RemoveBookmark procedure to delete a bookmark passed as the ABookmark parameter, from a document.
Note
Alternatively, you can invoke the RemoveBookmark procedure exposed by the IdxRichEditSubDocument interface and its descendants to achieve the same end.
See Also