Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditHyperlink Interface

Exposes a hyperlink in a document.

#Declaration

Delphi
IdxRichEditHyperlink = interface(IInterface)

#Remarks

This interface exposes the following members that allow you to:

  • Specify a tooltip for the hyperlink (ToolTip).

  • Mark the hyperlink as visited or restore its original state (Visited).

  • Specify a bookmark target for the hyperlink (Anchor).

  • Access the document range used as the hyperlink’s hot area (Range).

  • Specify an external target (URI) for the hyperlink (NavigateUri).

  • Determine how the Rich Edit control displays an external hyperlink target in a web browser (Target).

Call a Rich Edit document‘s CreateHyperlink or Hyperlinks.CreateHyperlink function to create a hyperlink.

#Inheritance

IInterface
IdxRichEditHyperlink
See Also