IdxRichEditBookmark Interface
In This Article
Exposes a bookmark within a document.
#Declaration
Delphi
IdxRichEditBookmark = interface(IInterface)
#Remarks
The IdxRichEditBookmark interface provides the following members that allow you to:
The IdxRichEditBookmark interface is referenced by:
The CreateBookmark, GetItem, SelectBookmark, and RemoveBookmark methods exposed by the IdxRichEditBookmarkCollection interface;
The CreateBookmark and RemoveBookmark methods exposed by the IdxRichEditSubDocument interface and its descendants.
#Inheritance
IInterface
IdxRichEditBookmark
See Also