Skip to main content
All docs
V25.1
  • TdxCustomFormattedLabelProperties.ShowHyperlinkHint Property

    Specifies if a hyperlink in the formatted label displays the target URI in a hint when the mouse pointer hovers over the hyperlink.

    Declaration

    property ShowHyperlinkHint: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True
    True
    Default. Hyperlink hints are enabled.
    False
    Hyperlink hints are disabled. The OnShowHyperlinkHint event does not occur.

    Remarks

    Set the ShowHyperlinkHint property to True or False to enable or disable hints for all hyperlinks defined in the formatted label.

    Tip

    You can handle OnHyperlinkMouseEnter and OnHyperlinkMouseLeave events to display URI targets of hot-tracked hyperlinks if hints are disabled.

    Default Value

    The ShowHyperlinkHint property’s default value is True.

    See Also