Back to Devexpress

IdxRichEditBookmarkCollection.RemoveBookmark(IdxRichEditBookmark) Method

vcl-dxrichedit-dot-nativeapi-dot-idxricheditbookmarkcollection-dot-removebookmark-x28-dxrichedit-dot-nativeapi-dot-idxricheditbookmark-x29.md

latest1.5 KB
Original Source

IdxRichEditBookmarkCollection.RemoveBookmark(IdxRichEditBookmark) Method

Removes the specified bookmark from the collection.

Declaration

delphi
procedure RemoveBookmark(const ABookmark: IdxRichEditBookmark);

Parameters

NameType
ABookmarkIdxRichEditBookmark

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

IdxRichEditBookmarkCollection.CreateBookmark

IdxRichEditBookmarkCollection.GetItem

IdxRichEditBookmarkCollection.Items

IdxRichEditBookmarkCollection Interface

IdxRichEditBookmarkCollection Members

dxRichEdit.NativeApi Unit