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 maximum width of tooltips.
Example
// Width of tooltips set to 300 pixels
TooltipMaxWidth(300)
 
// Display large tooltips
TooltipMaxWidth(1280)
Syntax
TooltipMaxWidth(<Width>)
<Width>: Integer
New maximum width of tooltip in pixels.
This width is set to 640 by default. This width cannot be less than 100.
Remark: In version 21, the maximum width of tooltips was set to 300 pixels.
Remarks
This function configures both standard and custom tooltips.
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