Back to Devexpress

IdxRichEditHyperlinkCollection Interface

vcl-dxrichedit-dot-nativeapi-b9add199.md

latest1.9 KB
Original Source

IdxRichEditHyperlinkCollection Interface

Exposes the collection of hyperlinks in the current document.

Declaration

delphi
IdxRichEditHyperlinkCollection = interface(IdxRichEditReadOnlyHyperlinkCollection)

Remarks

The IdxRichEditHyperlinkCollection interface provides access to members that allow you to:

The IdxRichEditHyperlinkCollection interface is referenced by the GetHyperlinks function and the Hyperlinks property provided by the IdxRichEditSubDocument interface.

Inheritance

IInterface IdxReadOnlyList<T> IdxRichEditReadOnlyHyperlinkCollection IdxRichEditHyperlinkCollection

See Also

IdxRichEditHyperlinkCollection Members

dxRichEdit.NativeApi Unit