TdxCustomFormattedLabelProperties.ShowHyperlinkHint Property
In This Article
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 |
|
#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 On
#Default Value
The ShowHyperlinkHint
property’s default value is True
.
See Also