Skip to main content

TdxHyperlinkOptions Class

Stores hyperlink behavior settings.

Declaration

TdxHyperlinkOptions = class(
    TdxRichEditNotificationOptions
)

Remarks

This class extends its ancestor with the following properties that allow you to:

  • Specify if hyperlinks display tooltips (ShowToolTip).

  • Set up a modifier key or key combination required to activate a hyperlink (ModifierKeys).

The Rich Edit control’s Options.Hyperlinks property references a TdxHyperlinkOptions object.

See Also