ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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: Tooltips were displayed.
  • False: Tooltips were not displayed.
<Activation>: Boolean
New activation status of tooltips:
  • True: The tooltips of controls (if any) will be displayed.
  • False: The tooltips of controls 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: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/23/2025

Send a report | Local help