IdxRichEditSubDocument.RemoveBookmark(IdxRichEditBookmark) Method
In This Article
Removes the specified bookmark from a subdocument.
#Declaration
Delphi
procedure RemoveBookmark(const ABookmark: IdxRichEditBookmark); overload;
#Parameters
Name | Type |
---|---|
ABookmark | Idx |
#Remarks
Call the RemoveBookmark procedure to delete a bookmark without accessing the bookmark collection by using the Bookmarks property. Pass the bookmark that you need to remove as the ABookmark parameter.
Note
Alternatively, you can invoke the Bookmarks.
See Also