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 colors used for displaying the tooltips. The color of the text and the background color of the tooltip can be modified. This modification is performed for the current application.
Example
ToolTipColor(YellowToolhelp, DarkBlue)
Syntax
ToolTipColor(<Text color> , <Background color>)
<Text color>: Integer
Color of the text displayed in the tooltips of the current window. This color can correspond to:
<Background color>: Integer
Background color of the tooltips found in the current window. This color can correspond to:
Remarks
Tooltips are enabled by default in the controls. To disable them, use ShowToolTip.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help