AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de controles
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
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local