IdxRichEditBookmarkCollection.GetItem(string) Method
In This Article
#Declaration
Delphi
function GetItem(const Name: string): IdxRichEditBookmark;
#Parameters
Name | Type |
---|---|
Name | string |
#Returns
Type |
---|
Idx |
#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