ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Changes the color of links in all RTF Edit controls in the application. By default, links in RTF Edit controls are blue, or use the color specified with LinkColor.
Example
// Customize color of links (Edit and Static controls)
LinkColor(RGB(250,80,84), RGB(255,90,89), RGB(250,70,84))
// Customize color of links in RTF Edit controls
LinkColorRTF(RGB(25,80,84), RGB(25,90,89), RGB(25,70,84))
Syntax
LinkColorRTF(<Default Color> [, <Rollover Color> [, <Clicked link color> [, <Color of Visited Link>]]])
<Default Color>: Integer or Integer constant
Default color of link. This color can correspond to:If this parameter corresponds to the DefaultColor constant, the colors of initial style are restored.
<Rollover Color>: Optional integer or Integer constant
Color of link during rollover. This color can correspond to:If this parameter is not specified, the hover color is the <Default color>.
<Clicked link color>: Optional integer or Integer constant
Color of link during the click. This color can correspond to:If this parameter is not specified, the color of the clicked link is the <Default color>.
<Color of Visited Link>: Optional integer or Integer constant
Color of link already visited. This color can correspond to:If this parameter is not specified, the color of the visited link is the <Default color>.
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help