TdxCustomFormattedLabelProperties.HyperlinkColor Property
Specifies a hyperlink anchor text’s color.
Declaration
property HyperlinkColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
Use this property to set the font color applied to a hyperlink’s clickable text.
The default value of the HyperlinkColor property is clDefault.
See Also