IdxRichEditBookmarkCollection.SelectBookmark(IdxRichEditBookmark) Method
Selects a document range associated with the specified bookmark.
Declaration
procedure SelectBookmark(const ABookmark: IdxRichEditBookmark);
Parameters
Name | Type |
---|---|
ABookmark | IdxRichEditBookmark |
Remarks
Call the SelectBookmark procedure to select the bookmarked range within a document. Pass the corresponding bookmark as the ABookmark parameter.
Note
Alternatively, you can invoke the SelectBookmark procedure exposed by the IdxRichEditSubDocument interface in order to accomplish the same goal.
See Also