IdxRichEditBookmarkCollection.Items Property
In This Article
#Declaration
Delphi
property Items[const Name: string]: IdxRichEditBookmark read; default;
#Property Value
Type |
---|
Idx |
#Remarks
This property calls the GetItem function and passes Name as a parameter.
See Also