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
Enables or disables the mechanism for displaying the control tooltips.
Example
// Disables the use of tooltips
PreviousStatus = ShowToolTip(False) // PreviousStatus is set to True
// Enables the use of tooltips
PreviousStatus = ShowToolTip(True) // PreviousStatus is set to False
Syntax
<Result> = ShowToolTip(<Activation>)
<Result>: Boolean
Previous activation status of tooltips:
  • True: the tooltips were displayed.
  • False: the tooltips were not displayed.
<Activation>: Boolean
New activation status of tooltips:
  • True: the control tooltips (if they exist) will be displayed.
  • False: the control tooltips will not be displayed.
Remarks
  • Tooltips are enabled by default in the controls.
  • The status indicated by ShowToolTip will be enabled in the entire project until the next call to ShowToolTip.
  • If the project contains custom tooltips, the tooltip display mechanism will use the custom tooltips. For more details, see Custom tooltips.
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