Defines the font style for hyperlinks.
property Style: TFontStyles;
This property is used only if style templates are not used (i.e. the target editor's UseStyleTemplates=False). If style templates are used, the action applies StyleTemplateName instead.
This property is used when converting text to hypertext, if rvhlBold, rvhlItalic, rvhlUnderline, or rvhlStrikeout are included in ValidProperties.
For example:
•if rvhlBold is included in ValidProperties and fsBold is included in Style, hyperlinks will be bold;
•if rvhlBold is included in ValidProperties and fsBold is not included in Style, hyperlinks will not be bold;
•if rvhlBold is not included in ValidProperties (default), boldness is not changed.
Default value:
[fsUnderline]