vcl-dxrichedit-dot-nativeapi-37634bbb.md
Exposes a document’s bookmark collection.
IdxRichEditBookmarkCollection = interface(IdxRichEditReadOnlyBookmarkCollection)
The IdxRichEditBookmarkCollection interface provides access to the properties and methods that allow you to:
Create and delete bookmarks (CreateBookmark and RemoveBookmark);
Access individual bookmarks within a document (Items and GetItem);
Identify the total number of bookmarks in a document (Count);
Select a document range associated with the specified bookmark (SelectBookmark).
The IdxRichEditBookmarkCollection interface is referenced by the Bookmarks property exposed by the IdxRichEditSubDocument interface and its descendants.
IInterface IdxReadOnlyList<T> IdxRichEditReadOnlyBookmarkCollection IdxRichEditBookmarkCollection
See Also
IdxRichEditHyperlinkCollection