Skip to main content
All docs
V24.2

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

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

Delphi
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