Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditBookmarkCollection.GetItem(string) Method

Provides access to a bookmark by the specified name.

#Declaration

Delphi
function GetItem(const Name: string): IdxRichEditBookmark;

#Parameters

Name Type
Name string

#Returns

Type
IdxRichEditBookmark

#Remarks

Call this function to obtain a bookmark whose name is passed as the Name parameter.

The GetItem function is a getter of the Item property.

See Also