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 margin of the text in the tooltips.
Example
// Restore the aspect of the tooltips found in WINDEV 20 and earlier
ToolTipMargin(0)
Syntax
ToolTipMargin(<Size>)
<Size>: Integer
Size of the margin in pixels. This margin is applied to the 4 sides of the tooltip.
The margin of tooltips is set to 5 pixels by default. Before version 21, the margin of tooltips was equal to 0.
Remarks
  • This function modifies the tooltip margin for all the next tooltips displayed by the application.
  • For a calculation in millimeters or in inches, the conversion unit in set to 96 dpi.
Component: wd290obj.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help