Skip to main content

IdxRichEditSubDocument.SelectBookmark(IdxRichEditBookmark) Method

Selects a document range associated with the specified bookmark.

Declaration

procedure SelectBookmark(const ABookmark: IdxRichEditBookmark); overload;

Parameters

Name Type
ABookmark IdxRichEditBookmark

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.SelectBookmark procedure to achieve the same end.

See Also