TdxCustomFormattedTextProperties.ShowHyperlinkHint Property
Specifies whether a hint appears when a user positions the mouse pointer over a hyperlink.
Declaration
property ShowHyperlinkHint: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
A hyperlink displays its target URI in a hint when a user moves the mouse pointer over the hyperlink. Set the ShowHyperlinkHint property to False to disable hyperlink hints.
Tip
You can handle OnHyperlinkMouseEnter and OnHyperlinkMouseLeave events to track mouse pointer movements between hyperlinks.
Default Value
The ShowHyperlinkHint property’s default value is True.
See Also