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 |
|
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