IdxRichEditBookmarkCollection.GetItem(string) Method
Declaration
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