IdxRichEditSubDocument.SelectBookmark(IdxRichEditBookmark) Method
In This Article
Selects a document range associated with the specified bookmark.
#Declaration
Delphi
procedure SelectBookmark(const ABookmark: IdxRichEditBookmark); overload;
#Parameters
Name | Type |
---|---|
ABookmark | Idx |
#Remarks
Call the SelectBookmark procedure to select the bookmarked range in the current document without accessing the bookmark collection by using the Bookmarks property. Pass the corresponding bookmark as the ABookmark parameter.
Note
Alternatively, you can invoke the Bookmarks.
See Also