IdxRichEditBookmarkCollection.SelectBookmark(IdxRichEditBookmark) Method
In This Article
Selects a document range associated with the specified bookmark.
#Declaration
Delphi
procedure SelectBookmark(const ABookmark: IdxRichEditBookmark);
#Parameters
Name | Type |
---|---|
ABookmark | Idx |
#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 Select
See Also