AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The AutomaticTooltip property enables or disables automatic tooltips on:
  • List Box controls.
  • Table controls.
  • TreeView Table controls.
  • TreeView controls.
Reminder Automatic tooltips are tooltips that appear automatically as soon as the content of a cell or line is truncated. This allows users to see the entire content of the element without having to perform any specific operations.
Ejemplo
// Disables the automatic tooltip
TABLE_MyTable.AutomaticTooltip = False
Sintaxis

Determining if the automatic tooltips are enabled Ocultar los detalles

<Result> = <Control used>.AutomaticTooltip
<Result>: Boolean
  • True if the automation bubbles are activated,
  • False otherwise.
Note: By default, automation bubbles are enabled.
<Control used>: Control name
Name of the control used:
  • Table control,
  • TreeView Table control,
  • List Box control,
  • TreeView control.

Enabling or disabling the automatic tooltips Ocultar los detalles

<Control used>.AutomaticTooltip = <New value>
<Control used>: Control name
Name of the control used:
  • Table control,
  • TreeView Table control,
  • List Box control,
  • TreeView control.
<New value>: Boolean
  • Real to activate automation bubbles,
  • False to disable them.
Observaciones
If the project contains custom tooltips, they will display the text of the automatic tooltips. For more details, see Custom tooltips.
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 24/05/2025

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