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
Modifies the color of links in the edit controls and in the Static controls found in the application.
Example
LinkColor(RGB(250,80,84), RGB(255,90,89), RGB(250,70,84))
Syntax
LinkColor(<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>.
Remarks
Component: wd290obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help