Back to Devexpress

IdxRichEditBookmark Interface

vcl-dxrichedit-dot-nativeapi-eafef49f.md

latest2.0 KB
Original Source

IdxRichEditBookmark Interface

Exposes a bookmark within a document.

Declaration

delphi
IdxRichEditBookmark = interface(IInterface)

Remarks

The IdxRichEditBookmark interface provides the following members that allow you to:

  • Identify the bookmark’s name (Name and GetName);

  • Identify a document range associated with the bookmark (Range and GetRange).

The IdxRichEditBookmark interface is referenced by:

Inheritance

IInterface IdxRichEditBookmark

See Also

IdxRichEditBookmark Members

dxRichEdit.NativeApi Unit