Back to Devexpress

IdxRichEditSubDocument.Bookmarks Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditsubdocument.md

latest1.2 KB
Original Source

IdxRichEditSubDocument.Bookmarks Property

Provides access to the collection of bookmarks in a document.

Declaration

delphi
property Bookmarks: IdxRichEditBookmarkCollection read;

Property Value

Type
IdxRichEditBookmarkCollection

Remarks

Use this property to manage bookmarks in the current document. To add a new bookmark, call the Bookmarks. CreateBookmark function. Invoke the Bookmarks. RemoveBookmark procedure to delete a specific bookmark. For more information on bookmark management, refer to the IdxRichEditBookmarkCollection interface description.

See Also

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit