TdxCustomFormattedLabelProperties.HyperlinkColor Property
Specifies the color of hyperlinks in the formatted label.
Declaration
property HyperlinkColor: TColor read; write; default clDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TColor | clDefault | The hyperlink color in the formatted label’s caption. |
Remarks
A formatted label’s caption can include any number of individual hyperlinks.
Hyperlink Markup Syntax
Use the following BBCode-inspired markup syntax to define a hyperlink within a string assigned to the Caption property:
[URL=https://www.devexpress.com]DevExpress[/URL]
Refer to the following topic for detailed information on all supported formatting options: BBCode-Inspired Text Formatting Markup.
Hyperlink Activation
A click on a hyperlink displays its target in a new tab of the default system browser[1] or invokes the default mail client[2].
You can handle OnHyperlinkClick and OnShowHyperlinkHint events to change the predefined hyperlink behavior.
Default Value
The HyperlinkColor property’s default value is clDefault.
The default HyperlinkColor property value indicates that the hyperlink color depends on the current look & feel settings.